刘磊
2025-11-07 681acbb43f21000f8acf732f94e83042f0275fff
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid