duyongjia
2024-12-03 14aaca9a2e1da2849d602487a52094ee26bbe30a
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid