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