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