yanjinhui
2026-03-22 8d6df8d172989427be0b9e42d616f95b2730820e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid