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