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