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