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