晚什么安
8 天以前 6beaccff985159015a9cc849bea66f5304d40fc2
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid