a
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Pagination from '/@/components/Pagination/index.vue';
|
||||
import RightToolbar from '/@/components/RightToolbar/index.vue';
|
||||
import SearchForm from '/@/components/SearchForm/index.vue';
|
||||
import DictTag from '/@/components/DictTag/index.vue';
|
||||
import DictSelect from '/@/components/DictTag/Select.vue';
|
||||
import UploadExcel from '/@/components/Upload/Excel.vue';
|
||||
@@ -42,6 +43,7 @@ export default {
|
||||
app.component('DictSelect', DictSelect);
|
||||
app.component('Pagination', Pagination);
|
||||
app.component('RightToolbar', RightToolbar);
|
||||
app.component('SearchForm', SearchForm);
|
||||
app.component('uploadExcel', UploadExcel);
|
||||
app.component('UploadFile', UploadFile);
|
||||
app.component('UploadImg', UploadImg);
|
||||
|
||||
Reference in New Issue
Block a user