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