HuBingJie
2025-10-29 21078521d79f0eb5535cc34be7917a3fd1123b8f
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid