肖洋
2024-12-11 68dbe298a5c67d8755cb4379e5106de7c54608c6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid