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