dengjunjie
2026-04-10 4ad27940cc8a276616af9cdc9ac85d793a6b1d9e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid