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