2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-17 16:20:33 +03:00

Fix tests

This commit is contained in:
Denis Karabaza
2017-12-06 01:56:49 +03:00
parent cf13682e5b
commit 148f803541
+1 -1
View File
@@ -10,7 +10,7 @@ import {
} from './constants'
// automatic install
if (typeof window !== 'undefined' && typeof window.Vue != 'undefined') {
if (typeof window !== 'undefined' && typeof window.Vue !== 'undefined') {
Vue.use(VueMeta)
}