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