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