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