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