helongyang
2025-07-19 ac8813cde64f7bf9882657416a1d102191aae960
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid