tijiao
This commit is contained in:
@@ -76,7 +76,11 @@ import commonJS from '@/common/js/commonJS.js'
|
||||
Vue.prototype.$commonJS = commonJS
|
||||
|
||||
Vue.prototype.Common = Common;
|
||||
// import { getJournalTypeName } from '@/common/js/commonJS.js';
|
||||
|
||||
Vue.filter('jtName', function(value) {
|
||||
return commonJS.getJournalTypeName(value);
|
||||
});
|
||||
// 使用 ES Module
|
||||
import * as echarts from 'echarts';
|
||||
Vue.prototype.$echarts = echarts
|
||||
|
||||
Reference in New Issue
Block a user