Zhang-Hong-Lin
2025-03-07 da5888050b3c40b3bfaaa27a5c86a73e8ae0d7ae
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid