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