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