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