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