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