xxyy
2025-02-15 780077104c69de577833100dd7e25ad9ad980f08
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid