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