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