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