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