mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 03:00:33 +03:00
fix: use single object prop on
feat: provide hasMetaInfo export for other libraries to check if metaInfo has been defined chore: deprecate _hasMetaInfo
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
import { mount, createLocalVue } from '@vue/test-utils'
|
||||
import { renderToString } from '@vue/server-test-utils'
|
||||
import VueMetaBrowserPlugin from '../../src/browser'
|
||||
import VueMetaServerPlugin from '../../src'
|
||||
import VueMetaServerPlugin, { hasMetaInfo } from '../../src'
|
||||
|
||||
import {
|
||||
keyName,
|
||||
@@ -15,6 +15,7 @@ import {
|
||||
export {
|
||||
mount,
|
||||
renderToString,
|
||||
hasMetaInfo,
|
||||
VueMetaBrowserPlugin,
|
||||
VueMetaServerPlugin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user