2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 15:50:34 +03:00

test: prevent plugin install twice

This commit is contained in:
pimlie
2019-06-09 20:44:42 +02:00
parent 8b7b991e63
commit 8ab63b4451
4 changed files with 24 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ function install(Vue, options = {}) {
if (Vue.__vuemeta_installed) {
return
}
Vue.__vuemeta_installed = true
options = setOptions(options)
-1
View File
@@ -12,7 +12,6 @@ function install(Vue, options = {}) {
if (Vue.__vuemeta_installed) {
return
}
Vue.__vuemeta_installed = true
options = setOptions(options)