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