build(project): project/bumping-vue-version (#1702)

* build(project): project/bumping-vue-version

- Bumping vue to 3.0.9

* remove unnecessary dependency

* restore @vue/compiler-sfc
This commit is contained in:
jeremywu
2021-03-28 12:46:58 +08:00
committed by GitHub
parent 4365ffb760
commit ac0612965f
106 changed files with 207 additions and 184 deletions

View File

@@ -45,7 +45,7 @@ export default defineComponent({
},
})
</script>
<style scoped>
<style>
</style>
EOF
@@ -67,7 +67,7 @@ cat > $DIRNAME/package.json <<EOF
"main": "dist/index.js",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.7"
"vue": "^3.0.9"
},
"devDependencies": {
"@vue/test-utils": "^2.0.0-beta.3"