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