qiuyao
2025-03-18 2ea808bfab4024bc4f572df7f95ccb5cfe32d205
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid