2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-08 10:32:24 +03:00

feat: export hasMetaInfo helper function

This commit is contained in:
pimlie
2019-03-05 14:17:28 +01:00
parent f597f61104
commit 173b31d1d7
5 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Vue from 'vue'
import VueMeta from 'vue-meta'
import * as VueMeta from 'vue-meta'
Vue.use(VueMeta)