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