yanjinhui
2025-10-17 564f6a660dfb2a5df8a5e3d174d6aa7d483efe3d
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid