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