数据预览支持修改查询的sql并执行,优化回车事件

This commit is contained in:
暮光:城中城
2020-05-11 22:37:30 +08:00
parent 713582bebf
commit aeb48e0144
11 changed files with 109 additions and 34 deletions

View File

@@ -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;