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