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