diff --git a/nuxt.config.js b/nuxt.config.js index 359d6cf..9c1137f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -88,5 +88,9 @@ export default { }, // Build Configuration: https://go.nuxtjs.dev/config-build - build: {}, + build: { + transpile: [ + 'vee-validate/dist/rules' + ], + }, } diff --git a/package-lock.json b/package-lock.json index 801f8ae..810df2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "firebase": "^9.12.1", "lodash-es": "^4.17.21", "nuxt": "^2.15.8", + "vee-validate": "^3.4.14", "vue": "^2.6.14", "vue-server-renderer": "^2.6.14", "vue-template-compiler": "^2.6.14", @@ -14997,6 +14998,14 @@ "node": ">= 0.8" } }, + "node_modules/vee-validate": { + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/vee-validate/-/vee-validate-3.4.14.tgz", + "integrity": "sha512-Hqqic8G9WcRSIzCxiCPqMZv4qB8JE1lIQqIOLDm2K5BXUiL8d4a2+kqkanv8gQSGDzYpnCQZ7BO/T99Aj05T1Q==", + "peerDependencies": { + "vue": "^2.5.18" + } + }, "node_modules/vendors": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", @@ -28228,6 +28237,12 @@ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" }, + "vee-validate": { + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/vee-validate/-/vee-validate-3.4.14.tgz", + "integrity": "sha512-Hqqic8G9WcRSIzCxiCPqMZv4qB8JE1lIQqIOLDm2K5BXUiL8d4a2+kqkanv8gQSGDzYpnCQZ7BO/T99Aj05T1Q==", + "requires": {} + }, "vendors": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", diff --git a/package.json b/package.json index 7ad5160..ac4df77 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "firebase": "^9.12.1", "lodash-es": "^4.17.21", "nuxt": "^2.15.8", + "vee-validate": "^3.4.14", "vue": "^2.6.14", "vue-server-renderer": "^2.6.14", "vue-template-compiler": "^2.6.14",