mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 03:28:25 +00:00
added dayjs
This commit is contained in:
parent
058d9026d4
commit
262632a92f
3 changed files with 15 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
"vue": "^2.6.11",
|
||||
"vue-analytics": "^5.16.0",
|
||||
"vue-axios": "^2.1.1",
|
||||
"vue-dayjs": "^1.0.2",
|
||||
"vue-i18n": "^8.0.0",
|
||||
"vue-markdown": "^2.2.4",
|
||||
"vue-observe-visibility": "^1.0.0",
|
||||
|
|
|
@ -2,6 +2,7 @@ import Vue from 'vue';
|
|||
import { BootstrapVue } from 'bootstrap-vue';
|
||||
import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||
import VueAxios from 'vue-axios';
|
||||
import Dayjs from 'vue-dayjs';
|
||||
import VueFire from 'vuefire';
|
||||
import VueI18n from 'vue-i18n';
|
||||
import ModalHeader from '@/components/ModalHeader';
|
||||
|
@ -26,6 +27,7 @@ Object.defineProperties(Vue.prototype, {
|
|||
},
|
||||
});
|
||||
|
||||
Vue.use(Dayjs);
|
||||
Vue.use(VueObserveVisibility);
|
||||
Vue.use(BootstrapVue, bootstrapSettings);
|
||||
Vue.use(VueAnalytics, { id: 'UA-120053966-1', router });
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3328,6 +3328,11 @@ dateformat@^1.0.6:
|
|||
get-stdin "^4.0.1"
|
||||
meow "^3.3.0"
|
||||
|
||||
dayjs@^1.5.24:
|
||||
version "1.10.4"
|
||||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
|
||||
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
|
||||
|
||||
de-indent@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
|
||||
|
@ -11072,6 +11077,13 @@ vue-axios@^2.1.1:
|
|||
resolved "https://registry.yarnpkg.com/vue-axios/-/vue-axios-2.1.5.tgz#1af4bf1218ed71309c76afb38d0f683e312c24a7"
|
||||
integrity sha512-th5xVbInVoyIoe+qY+9GCflEVezxAvztD4xpFF39SRQYqpoKD2qkmX8yv08jJG9a2SgNOCjirjJGSwg/wTrbmA==
|
||||
|
||||
vue-dayjs@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/vue-dayjs/-/vue-dayjs-1.0.2.tgz#0fb3fc072d0ec8edf0f2bc0ba51a0b3a03a8dc45"
|
||||
integrity sha512-rYvbpjZ6ZZ2MyQPpyltQmPBqd4+2RRfcFZb5/Fa6VsmBCmeSXTl6RHrHSOY72y5NJOrrxTpBg6VnP556gNSU7w==
|
||||
dependencies:
|
||||
dayjs "^1.5.24"
|
||||
|
||||
vue-eslint-parser@^2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
|
||||
|
|
Loading…
Add table
Reference in a new issue