陈勇
2024-11-19 3fb6bfc7d068cafa47906eb6f22d8e2989426f32
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid