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

chore: fix lint

This commit is contained in:
pimlie
2019-07-11 21:43:05 +02:00
parent 1d9072a3af
commit 56f6577e25
40 changed files with 105 additions and 107 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { isFunction } from '../utils/is-type'
import { clientSequences } from '../shared/escaping'
import updateClientMetaInfo from './updateClientMetaInfo'
export default function _refresh(options = {}) {
export default function _refresh (options = {}) {
/**
* When called, will update the current meta info with new meta info.
* Useful when updating meta info as the result of an asynchronous
@@ -14,7 +14,7 @@ export default function _refresh(options = {}) {
*
* @return {Object} - new meta info
*/
return function refresh() {
return function refresh () {
const metaInfo = getMetaInfo(options, this.$root, clientSequences)
const appId = this.$root._vueMeta.appId