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