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