刘磊
2025-01-08 92cb843826dfab531b4406102fe7dcd31b6b0775
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid