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