质量结束

This commit is contained in:
qianhao.xu
2023-12-19 11:28:08 +08:00
parent b7aa8c580d
commit 2ebf040aa4
2 changed files with 76 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ import "@/vxe.scss"
import dataV from '@jiaminghi/data-view'
//需要按需引入先引入vue并引入element-ui
import AFTableColumn from 'af-table-column'
@@ -72,6 +73,8 @@ Vue.prototype.msgInfo = function (msg) {
this.$message.info(msg);
}
// 全局组件挂载
Vue.component('Pagination', Pagination)
Vue.component('RightToolbar', RightToolbar)