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