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