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