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