Skip to content

Commit

Permalink
update index.tx
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Dec 21, 2023
1 parent d23ec4f commit d1445e1
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import './selection.scss';
import FSelection from './Selection.vue';
import FSelectionChart from './SelectionChart.vue';

const SelectionInstall = (app: any) => {
app.component('FSelection', FSelection)
app.component('FSelectionChart', FSelectionChart)
}

export default SelectionInstall
import './Selection.scss';
import FSelection from './Selection.vue';
import FSelectionChart from './SelectionChart.vue';

const SelectionInstall = (app: any) => {
app.component('FSelection', FSelection)
app.component('FSelectionChart', FSelectionChart)
}

export default SelectionInstall

0 comments on commit d1445e1

Please sign in to comment.