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