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