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