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