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