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