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