Skip to content

Commit 5a28368

Browse files
author
BYSu
committedMar 29, 2021
移除無用的套件
1. 移除 dayjs
1 parent e83f146 commit 5a28368

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"bootstrap": "^4.6.0",
1515
"bootstrap-vue": "^2.21.2",
1616
"core-js": "^3.4.3",
17-
"dayjs": "^1.10.4",
1817
"vue": "^2.6.12",
1918
"vue-router": "^3.5.1",
2019
"vuex": "^3.6.2"

‎src/main.js

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import store from './store'
66
import '@fortawesome/fontawesome-free/css/all.css'
77

88
import './plugins/boostrap'
9-
import dayjs from './plugins/dayjs'
10-
11-
Vue.prototype.$dayjs = dayjs
129

1310
Vue.config.productionTip = false
1411

‎src/plugins/dayjs/index.js

-8
This file was deleted.

‎yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -3309,11 +3309,6 @@ date-fns@^1.27.2:
33093309
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
33103310
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
33113311

3312-
dayjs@^1.10.4:
3313-
version "1.10.4"
3314-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
3315-
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
3316-
33173312
de-indent@^1.0.2:
33183313
version "1.0.2"
33193314
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"

0 commit comments

Comments
 (0)