diff --git a/blog/package-lock.json b/blog/package-lock.json index aea11d7..16ecebc 100644 --- a/blog/package-lock.json +++ b/blog/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@kangc/v-md-editor": "^2.3.15", + "animate.css": "^4.1.1", "axios": "^1.1.3", "element-plus": "^2.2.20", "pinia": "^2.0.23", @@ -708,6 +709,11 @@ "uri-js": "^4.2.2" } }, + "node_modules/animate.css": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz", + "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==" + }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -7370,6 +7376,11 @@ "uri-js": "^4.2.2" } }, + "animate.css": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz", + "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==" + }, "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", diff --git a/blog/package.json b/blog/package.json index a3d3636..2854f19 100644 --- a/blog/package.json +++ b/blog/package.json @@ -11,6 +11,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@kangc/v-md-editor": "^2.3.15", + "animate.css": "^4.1.1", "axios": "^1.1.3", "element-plus": "^2.2.20", "pinia": "^2.0.23", diff --git a/blog/src/App.vue b/blog/src/App.vue index 7664874..4c26142 100644 --- a/blog/src/App.vue +++ b/blog/src/App.vue @@ -1,9 +1,13 @@