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