Files

10 lines
164 B
JavaScript
Raw Permalink Normal View History

import { funMixin } from '../../config/mixin'
export default function () {
const { jumpLink, toSearch } = funMixin()
return {
jumpLink,
toSearch
}
}