update 扩展lodash

This commit is contained in:
2021-06-03 15:02:43 +08:00
parent 8abeaa707f
commit f919511ebd
2 changed files with 61 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ Vue.prototype.$api = api
* Lodash全局化
*/
import _ from 'lodash'
import * as _extend from './util/lodash-extend'
Object.assign(_, _extend)
Vue.prototype.$_ = _
/**
* moment全局化