heshaofeng
2025-11-20 e354b5938f49ac90b237289923dcde923d22daf5
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid