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