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