1
heshaofeng
2026-01-05 9c4488ba005ac2bc928096a09603afb4b452ac1c
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid