Skip to content

Commit

Permalink
update: path modified
Browse files Browse the repository at this point in the history
Signed-off-by: ArvinHuang <[email protected]>
  • Loading branch information
idwenwen committed Dec 20, 2023
1 parent c66002b commit ac5003f
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 ac5003f

Please sign in to comment.