huangxiaoqiang
2024-12-28 be54b0aa0330c8800dbd19ac289548c232ce2d7d
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid