wangxinhui
2025-01-08 a23f4d86c588a3fa0bc23e5252bc1ddd1f5a1787
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid