1
wangxinhui
2025-01-15 ed3a236c4ec7f79c9d94b241d3520fcaf1bf2708
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid