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