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