yanjinhui
2026-03-23 67954f1959b432c39c0988d092e7ce1d19b71354
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid