1
647556386
2025-12-18 6b3aa0f46a04e4771284887484f453721e17d22c
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid