mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 02:40:33 +03:00
chore: fix lint
This commit is contained in:
+2
-2
@@ -13,11 +13,11 @@ export {
|
||||
VueMetaServerPlugin
|
||||
}
|
||||
|
||||
export function getVue() {
|
||||
export function getVue () {
|
||||
return createLocalVue()
|
||||
}
|
||||
|
||||
export function loadVueMetaPlugin(browser, options, localVue = getVue()) {
|
||||
export function loadVueMetaPlugin (browser, options, localVue = getVue()) {
|
||||
if (browser) {
|
||||
localVue.use(VueMetaBrowserPlugin, Object.assign({}, defaultOptions, options))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user