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