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