Discover: sidebarTraces layout done.
This commit is contained in:
@@ -27,6 +27,10 @@ import Tag from 'primevue/tag';
|
||||
import ProgressBar from 'primevue/progressbar';
|
||||
import TabView from 'primevue/tabview';
|
||||
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';
|
||||
|
||||
const emitter = mitt();
|
||||
const app = createApp(App);
|
||||
@@ -61,5 +65,9 @@ app.component('Tag', Tag);
|
||||
app.component('ProgressBar', ProgressBar);
|
||||
app.component('TabView', TabView);
|
||||
app.component('TabPanel', TabPanel);
|
||||
app.component('DataTable', DataTable);
|
||||
app.component('Column', Column);
|
||||
app.component('ColumnGroup', ColumnGroup);
|
||||
app.component('Row', Row);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user