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