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