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