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:
@@ -13,7 +13,6 @@ function install(Vue, options = {}) {
|
||||
if (Vue.__vuemeta_installed) {
|
||||
return
|
||||
}
|
||||
|
||||
Vue.__vuemeta_installed = true
|
||||
|
||||
options = setOptions(options)
|
||||
|
||||
@@ -12,7 +12,6 @@ function install(Vue, options = {}) {
|
||||
if (Vue.__vuemeta_installed) {
|
||||
return
|
||||
}
|
||||
|
||||
Vue.__vuemeta_installed = true
|
||||
|
||||
options = setOptions(options)
|
||||
|
||||
Reference in New Issue
Block a user