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