heshaofeng
2025-11-18 f69d1c71f7a7c278b4fc68cd069e3c023bbb9be6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid