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