Discover: SidebarFilter Timeframes LineChart Option done.
This commit is contained in:
@@ -41,6 +41,7 @@ import Timeline from 'primevue/timeline';
|
||||
import InputSwitch from 'primevue/inputswitch';
|
||||
import Chart from 'primevue/chart';
|
||||
import Slider from 'primevue/slider';
|
||||
import Calendar from 'primevue/calendar';
|
||||
|
||||
const emitter = mitt();
|
||||
const app = createApp(App);
|
||||
@@ -88,6 +89,7 @@ app.component('Timeline', Timeline);
|
||||
app.component('InputSwitch', InputSwitch);
|
||||
app.component('Chart', Chart);
|
||||
app.component('Slider', Slider);
|
||||
app.component('Calendar', Calendar);
|
||||
app.component('Draggable', draggable); // 拖曳
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user