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