pengwei
2025-04-14 3e60db98fdf6c5b59768ffc81576da3679fafbea
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid