Discover: sidebarFilter Funnel to be decided.
This commit is contained in:
@@ -35,6 +35,7 @@ import ColumnGroup from 'primevue/columngroup'; // optional
|
||||
import Row from 'primevue/row'; // optional
|
||||
import RadioButton from 'primevue/radiobutton';
|
||||
import PickList from 'primevue/picklist';
|
||||
import Timeline from 'primevue/timeline';
|
||||
|
||||
const emitter = mitt();
|
||||
const app = createApp(App);
|
||||
@@ -60,6 +61,7 @@ app.use(pinia);
|
||||
app.use(router);
|
||||
app.use(VueAxios, axios);
|
||||
app.use(ToastPlugin, { // use `this.$toast` in Vue.js
|
||||
position: 'bottom',
|
||||
duration: 5000,
|
||||
});
|
||||
app.use(PrimeVue);
|
||||
@@ -76,6 +78,7 @@ app.component('ColumnGroup', ColumnGroup);
|
||||
app.component('Row', Row);
|
||||
app.component('RadioButton', RadioButton);
|
||||
app.component('PickList', PickList);
|
||||
app.component('Timeline', Timeline);
|
||||
app.component('Draggable', draggable); // 拖曳
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user