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