We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d87d7 commit 9f02932Copy full SHA for 9f02932
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "advanced-forms",
+ "name": "validating-forms-vue-3",
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
@@ -9,13 +9,14 @@
9
},
10
"dependencies": {
11
"core-js": "^3.6.4",
12
- "vue": "^3.0.0-rc.1"
+ "vee-validate": "next",
13
+ "vue": "^3.0.0"
14
15
"devDependencies": {
16
"@vue/cli-plugin-babel": "~4.2.0",
17
"@vue/cli-plugin-eslint": "~4.2.0",
18
"@vue/cli-service": "~4.2.0",
- "@vue/compiler-sfc": "^3.0.0-rc.1",
19
+ "@vue/compiler-sfc": "^3.0.0",
20
"@vue/eslint-config-standard": "^5.1.0",
21
"babel-eslint": "^10.0.3",
22
"eslint": "^6.7.2",
0 commit comments