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