index.js 172 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import addDialog from './addDialog.vue' import editDialog from './editDialog.vue' import stbTable from './table.vue' export { addDialog, editDialog, stbTable }