Discover: sidebarFilter layout done
This commit is contained in:
@@ -11,6 +11,7 @@ import ToastPlugin from 'vue-toast-notification';
|
||||
import cytoscape from 'cytoscape';
|
||||
import dagre from 'cytoscape-dagre';
|
||||
import popper from 'cytoscape-popper';
|
||||
import draggable from 'vuedraggable';
|
||||
|
||||
// import CSS
|
||||
import "./assets/main.css";
|
||||
@@ -31,7 +32,9 @@ import TabPanel from 'primevue/tabpanel';
|
||||
import DataTable from 'primevue/datatable';
|
||||
import Column from 'primevue/column';
|
||||
import ColumnGroup from 'primevue/columngroup'; // optional
|
||||
import Row from 'primevue/row';
|
||||
import Row from 'primevue/row'; // optional
|
||||
import RadioButton from 'primevue/radiobutton';
|
||||
import PickList from 'primevue/picklist';
|
||||
|
||||
const emitter = mitt();
|
||||
const app = createApp(App);
|
||||
@@ -71,5 +74,8 @@ app.component('DataTable', DataTable);
|
||||
app.component('Column', Column);
|
||||
app.component('ColumnGroup', ColumnGroup);
|
||||
app.component('Row', Row);
|
||||
app.component('RadioButton', RadioButton);
|
||||
app.component('PickList', PickList);
|
||||
app.component('Draggable', draggable); // 拖曳
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user