update 自定义查询示例
This commit is contained in:
@@ -66,6 +66,11 @@ Vue.prototype.$moment = moment
|
||||
*/
|
||||
import { auth } from './components/authorized'
|
||||
Vue.prototype.$auth = auth
|
||||
/**
|
||||
* 常用工具函数全局化
|
||||
*/
|
||||
import { getSearchInfo } from './util/query'
|
||||
Vue.prototype.$getSearchInfo = getSearchInfo
|
||||
|
||||
/**
|
||||
* 注册全局组件
|
||||
|
||||
Reference in New Issue
Block a user