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