1
647556386
2026-01-28 59796d2683418d086e98ee46e0b9973baa907d0e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid