helongyang
2025-06-05 fe77f3c9d11e3087c1efa56fd6205ffc10e39991
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid