1
Zhang-Hong-Lin
2025-03-07 19c7a3b0b246261537b3101f4f9fbb4befacddae
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid