sen
6 天以前 394a36d43275129882942f6d03e1185c4ebc7f99
ui/admin-ui3/src/main.ts
@@ -28,6 +28,8 @@
import FileUpload from "/src/components/FileUpload/index.vue";
import basicContainer from '/src/components/basic-container/main.vue';
import flowLog from './components/flowLog/index.vue';
import flowLogA from './components/flowLogA/index.vue';
import SvgIcon from "/src/components/SvgIcon/index.vue";
@@ -35,6 +37,8 @@
app.component('FileUpload', FileUpload);
app.component('basicContainer', basicContainer)
app.component('flowLog', flowLog)
app.component('flowLogA', flowLogA)
app.component('svg-icon', SvgIcon)