We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a02489 commit cb53bfeCopy full SHA for cb53bfe
README.md
@@ -63,6 +63,10 @@ npm run build-dist:win
63
64
# 截图
65
66
+## 首页
67
+
68
+
69
70
## 中文/ASCii编码
71
72

src/index.js
@@ -42,7 +42,6 @@ const app = {
42
methods: {
43
to(name) {
44
let route = getRoute(name, this.routes)
45
- console.info(route);
46
if(undefined == route || '' == route) return;
47
this.title = route.title;
48
this.see = (undefined != route.title && '' != route.title)
0 commit comments