leiqunqing
2026-01-28 9f3b0f54b2c109bf32c250385b23df364c6ba4a4
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid