wanshenmean
2025-03-20 047e8be481b2b626a5dbcc613b5f2e77323239be
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid