heshaofeng
2026-02-04 5f1fe420f3120a18f64fa335bc40836930c15b51
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid