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