Skip to content

Commit 41f195a

Browse files
author
yinquan
committed
fixed:revert vue to 2.6.12
1 parent 42952ba commit 41f195a

14 files changed

+1948
-4563
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.8.0
1+
3.8.1
22
- fixed:
33
- the properties of the node passed to the fnCustomClasses may not be the latest.
44
- security:

CHANGELOG.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.8.0
1+
3.8.1
22
- 修正:
33
- 当fnCustomClasses被回调时,传入的node参数,其一些属性可能不是最新。
44
- 安全性:

docs/css/app.be5292d3.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>twtree</title><link href="css/app.be5292d3.css" rel="preload" as="style"><link href="js/app.2f019dad.js" rel="preload" as="script"><link href="js/chunk-vendors.a6b473b5.js" rel="preload" as="script"><link href="css/app.be5292d3.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but twtree doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.a6b473b5.js"></script><script src="js/app.2f019dad.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>twtree</title><link href="css/app.be5292d3.css" rel="preload" as="style"><link href="js/app.8d91eea2.js" rel="preload" as="script"><link href="js/chunk-vendors.cd9c34ea.js" rel="preload" as="script"><link href="css/app.be5292d3.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but twtree doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.cd9c34ea.js"></script><script src="js/app.8d91eea2.js"></script></body></html>

docs/js/app.2f019dad.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.2f019dad.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/app.8d91eea2.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.8d91eea2.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.a6b473b5.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/js/chunk-vendors.a6b473b5.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/js/chunk-vendors.cd9c34ea.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.cd9c34ea.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1925 additions & 4540 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"core-js": "^3.17.3",
36-
"vue": "^2.6.14"
36+
"vue": "2.6.12"
3737
},
3838
"devDependencies": {
3939
"@rollup/plugin-buble": "^0.21.3",
@@ -55,7 +55,7 @@
5555
"vue-axios": "^2.1.5",
5656
"vue-jest": "^3.0.7",
5757
"vue-router": "^3.5.2",
58-
"vue-template-compiler": "^2.6.14"
58+
"vue-template-compiler": "2.6.12"
5959
},
6060
"eslintConfig": {
6161
"root": true,

0 commit comments

Comments
 (0)