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