Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop-2.0.0' into develop-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmqwxb committed Dec 20, 2023
2 parents ab43570 + ac5003f commit 48b3595
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 48b3595

Please sign in to comment.