zhangchengsong
2026-03-23 c09d4c6bb14496999ca15aea80a6f60665bf788a
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid