huangxiaoqiang
2025-07-21 7f3a2e67f82c2d286e902b028b422bf07e9aacb6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid