hutongqing
2024-08-20 61736620010bd0eaa85d501c9525de2410a771e9
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid