summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-03-18 21:03:21 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-18 19:03:21 -0700
commitf6d199fa8b95095c59a82f3f6319736b303bb946 (patch)
treed61c6ac118bbd9a7f4d567c6df21b6ba3849f5ba /examples/framework-vue
parent77ebab8bb27d67bc45a5af160d6b545521897802 (diff)
downloadastro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.gz
astro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.zst
astro-f6d199fa8b95095c59a82f3f6319736b303bb946.zip
chore: cleanup example dependencies (#2837)
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a9f115e0a..b215f7b37 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,5 +11,8 @@
"devDependencies": {
"@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0"
+ },
+ "dependencies": {
+ "vue": "^3.2.30"
}
}