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