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