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