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