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