chore: fix lint

This commit is contained in:
qingwei.li 2018-02-12 16:28:10 +08:00
parent 4aafde85fb
commit 50fe22563b

View File

@ -6,7 +6,6 @@ import { slugify } from './slugify'
import { emojify } from './emojify'
import { isAbsolutePath, getPath } from '../router/util'
import { isFn, merge, cached, isPrimitive } from '../util/core'
import { get } from '../fetch/ajax'
const cachedLinks = {}