肖洋
2025-01-04 e59d1777a111b6573b93afc58cca18c8c026ed9b
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid