数据预览支持修改查询的sql并执行,优化回车事件
This commit is contained in:
@@ -14,9 +14,13 @@ import store from './store/index'
|
||||
import axios from 'axios'
|
||||
import VueAxios from 'vue-axios'
|
||||
|
||||
import vueHljs from "vue-hljs";
|
||||
import "vue-hljs/dist/vue-hljs.min.css";
|
||||
|
||||
Vue.use(ElementUI);
|
||||
Vue.use(VueRouter);
|
||||
Vue.use(VueAxios, axios);
|
||||
Vue.use(vueHljs);
|
||||
|
||||
// 全局参数
|
||||
Vue.prototype.global = global;
|
||||
|
||||
Reference in New Issue
Block a user