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