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