liulijun
2026-03-12 7dcd8da0f2467d077551ddd39f33be5836dd80a9
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid