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