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