1
dengjunjie
2026-02-26 8d88e4d037aa5b6ce032f0b71417baa2845bb5d6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid