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