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

feat: support generating tags directly from metaInfo object

This commit is contained in:
pimlie
2019-07-28 16:13:58 +02:00
committed by Pim
parent 931c0c4e88
commit cb2758eb0f
17 changed files with 128 additions and 70 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import getComponentOption from '../../src/shared/getComponentOption'
import { getComponentOption } from '../../src/shared/getComponentOption'
import { inMetaInfoBranch } from '../../src/shared/meta-helpers'
import { mount, getVue, loadVueMetaPlugin } from '../utils'