分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-04-23 34d0d2c4575c15c557818046fe81506b021a5bd1
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid