Fixed #1676 - Vue as peer dependency

pull/1280/head^2
Cagatay Civici 2021-11-16 10:19:42 +03:00
parent 24f7f0fa91
commit 78db9489a1
1 changed files with 3 additions and 0 deletions

View File

@ -24,5 +24,8 @@
"vetur": { "vetur": {
"tags": "./vetur-tags.json", "tags": "./vetur-tags.json",
"attributes": "./vetur-attributes.json" "attributes": "./vetur-attributes.json"
},
"peerDependencies": {
"vue": "^3.0.0"
} }
} }