You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-zh_CN.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,13 @@
10
10
11
11
## 更新日志
12
12
```javascript
13
-
//11-01
14
-
add demo of electron
13
+
//11-26
14
+
update vue3 version and so on;
15
+
add keep-alive use demo and router using demo ,look for"http://8.135.1.141/vue3-admin-template/#/writing-demo/keep-alive"
16
+
add the param cachePage and leaveRmCachePage to route for keep-alive look for https://github.com/jzfai/vue3-admin-template/blob/master/src/router/index.js
17
+
add collection the error log of img loading fail look for"http://8.135.1.141/vue3-admin-template/#/error-log/log"
18
+
in router page you need add root element,such as div, but is not necessary for children component
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,13 @@ Use eslint+prettier+gitHooks format and verification code to improve code standa
12
12
## Update log
13
13
14
14
```javascript
15
-
//11-01
16
-
add demo of electron
15
+
//11-26
16
+
update vue3 version and so on;
17
+
add keep-alive use demo and router using demo ,look for"http://8.135.1.141/vue3-admin-template/#/writing-demo/keep-alive"
18
+
add the param cachePage and leaveRmCachePage to route for keep-alive look for https://github.com/jzfai/vue3-admin-template/blob/master/src/router/index.js
19
+
add collection the error log of img loading fail look for"http://8.135.1.141/vue3-admin-template/#/error-log/log"
20
+
in router page you need add root element,such as div, but is not necessary for children component
21
+
fix some issue
17
22
```
18
23
19
24
## Online experience(Download the installation package, unzip and install the experience)
0 commit comments