wanshenmean
2026-03-09 25be56b0dbeee7543c88c2bbc4192578ee94f27e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid