Commit 2a1db9bb authored by 季圣华's avatar 季圣华
Browse files

解决在mac下面前端代码打包报错的bug

parent f3445bab
......@@ -17,9 +17,10 @@
computed: {
comp: function () {
if(!this.path){
return null;
return null
}
return () => import(`@/views/${this.path}.vue`)
return null
// return () => import(`@/views/${this.path}.vue`)
}
},
props: ['path','formData'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment