Add dayjs

This commit is contained in:
2022-04-30 14:56:37 +02:00
parent 237c88789a
commit 3599b31ab5
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"dayjs": "^1.11.1",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},