艺术家
2025-06-11 3104bdcef14efa095469398ec442aa69cad7592d
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid