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