肖洋
2024-12-13 27aa02de7f3e5079334fb2d13b6facf67eec813c
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid