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