yanjinhui
2025-10-27 705b0a4d6875eda2f0c5fffb7b16a9685898db38
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid