leiqunqing
2025-12-26 ee67c9e74f6af07d3ffc09bd122a139713054727
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid