We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5379510 commit 53d7243Copy full SHA for 53d7243
src/views/errlog/index.vue
@@ -4,7 +4,7 @@
4
5
<h3>请点击右上角bug小图表</h3>
6
<code>
7
- 现在的管理后台基本都是spa的形式了,它增强了用户体验,但同时也会怎增加页面出问题的可能性,可能一个小小的疏忽就导致整个页面的死锁。好在Vue官网提供了一个方法来捕获处理异常
+ 现在的管理后台基本都是spa的形式了,它增强了用户体验,但同时也会增加页面出问题的可能性,可能一个小小的疏忽就导致整个页面的死锁。好在Vue官网提供了一个方法来捕获处理异常
8
</code>
9
<a href="#"><img src='http://panjiachen.github.io/images/errHandler.png'></a>
10
</div>
0 commit comments