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