|
|
@@ -14,7 +14,6 @@ import HeaderTitle from '@/components/header-title';
|
|
|
import initParentStore from '../qiankun_config/store';
|
|
|
import elTableInfiniteScroll from 'el-table-infinite-scroll';
|
|
|
import { create, all } from 'mathjs'; // 引入mathjs工具并初始化
|
|
|
-import authSelection from '@/components/authSelection';
|
|
|
Vue.use(elTableInfiniteScroll);
|
|
|
const config = {
|
|
|
number: 'BigNumber',
|
|
|
@@ -22,7 +21,6 @@ const config = {
|
|
|
};
|
|
|
Vue.prototype.$math = create(all, config);
|
|
|
Vue.component('HeaderTitle', HeaderTitle);
|
|
|
-Vue.component('authSelection', authSelection);
|
|
|
// // register globally
|
|
|
import '@/icons';
|
|
|
|