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