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