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