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