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