hutongqing
2024-12-28 04a831b2a945b9b6bcb659038a6fed1d3148e3ce
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid