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