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