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