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