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