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