mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:更新前端版本到1.9
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import '@/core/http';
|
||||
import JSONbig from 'json-bigint';
|
||||
import '@/components/Dialog';
|
||||
import Vue from 'vue';
|
||||
import ElementUI from 'element-ui';
|
||||
@@ -16,6 +17,8 @@ import FilterBox from '@/components/FilterBox';
|
||||
import TableProgressColumn from '@/components/TableProgressColumn';
|
||||
import VCharts from 'v-charts';
|
||||
|
||||
window.JSON = new JSONbig({storeAsString: true});
|
||||
|
||||
Vue.component('tree-select', TreeSelect);
|
||||
Vue.component('rich-editor', RichEditor);
|
||||
Vue.component('input-number-range', InputNumberRange);
|
||||
|
||||
Reference in New Issue
Block a user