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