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