fix(nuxt-start): add missing `vue-client-only` dependency (#6267)

This commit is contained in:
Pim 2019-08-21 18:22:37 +02:00 committed by Pooya Parsa
parent 662a409056
commit 19f7fb1a69
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
"@nuxt/core": "2.9.1",
"node-fetch": "^2.6.0",
"vue": "^2.6.10",
"vue-client-only": "^2.0.0",
"vue-meta": "^2.2.1",
"vue-no-ssr": "^1.1.1",
"vue-router": "~3.0.7",