mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 09:56:54 +08:00
v1.10.0
This commit is contained in:
@@ -23,9 +23,13 @@ import enumInfo from '@/constants';
|
||||
// 处理table操作按钮
|
||||
import tableAction from './lib/table-action';
|
||||
|
||||
//时间
|
||||
// 时间
|
||||
import moment from 'moment';
|
||||
|
||||
import 'e-guide-layer/dist/e-guide-layer.css'
|
||||
import eGuideLayer from 'e-guide-layer'
|
||||
|
||||
Vue.use(eGuideLayer);
|
||||
|
||||
Vue.prototype.$tableAction = tableAction;
|
||||
Vue.use(Enum, { enumInfo });
|
||||
|
||||
Reference in New Issue
Block a user