Skip to content

Commit 038de64

Browse files
committed
docs(demo): add danish and chinese
1 parent 2fac9b8 commit 038de64

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/src/.vuepress/components/cron-demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
}
6767
]
6868
69-
const locales = ['en', 'de', 'pt', 'es']
69+
const locales = ['en', 'de', 'pt', 'es', 'da', 'zh-cn']
7070
7171
const flavor = flavors[0]
7272

docs/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -348,39 +348,39 @@
348348
integrity sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==
349349

350350
"@vue-js-cron/ant@../ant":
351-
version "1.0.3"
351+
version "1.1.2"
352352
dependencies:
353-
"@vue-js-cron/core" "3.4.0"
353+
"@vue-js-cron/core" "3.7.0"
354354
ant-design-vue "^3.2.12"
355355

356356
"@vue-js-cron/core@../core":
357-
version "3.4.0"
357+
version "3.7.0"
358358
dependencies:
359359
mustache "^4.2.0"
360360

361-
"@vue-js-cron/core@3.4.0":
362-
version "3.4.0"
363-
resolved "https://registry.yarnpkg.com/@vue-js-cron/core/-/core-3.4.0.tgz#b6f206f47a285dc1812f33dc2bf3a3291a03d1ad"
364-
integrity sha512-IC704Pdl8Z7LoLdDT7zxwPEW03JVOpikas3ekwNWbl/Rs59PwEIkJuzd2xjoM5qrzs9lJDMtfVTlsFbG4iz4PA==
361+
"@vue-js-cron/core@3.7.0":
362+
version "3.7.0"
363+
resolved "https://registry.yarnpkg.com/@vue-js-cron/core/-/core-3.7.0.tgz#1bdedcb91d4ea2b240636dff4ca43d9431056d64"
364+
integrity sha512-5VPmza/9YWiySTl/UxIPJQesRRXOvESM/chCro19Bxg7JjJ0n9+Fq2EG+NtG1SpRG0YK+0DvkYGEEYogVrmPWQ==
365365
dependencies:
366366
mustache "^4.2.0"
367367

368368
"@vue-js-cron/element-plus@../element-plus":
369-
version "1.1.3"
369+
version "1.2.2"
370370
dependencies:
371371
"@element-plus/icons-vue" "^2.0.9"
372-
"@vue-js-cron/core" "3.4.0"
372+
"@vue-js-cron/core" "3.7.0"
373373
element-plus "^2.2.13"
374374

375375
"@vue-js-cron/light@../light":
376-
version "2.2.3"
376+
version "2.3.2"
377377
dependencies:
378-
"@vue-js-cron/core" "3.4.0"
378+
"@vue-js-cron/core" "3.7.0"
379379

380380
"@vue-js-cron/vuetify@../vuetify":
381-
version "3.2.3"
381+
version "3.3.2"
382382
dependencies:
383-
"@vue-js-cron/core" "3.4.0"
383+
"@vue-js-cron/core" "3.7.0"
384384
vuetify "^3.0.0-beta.6"
385385

386386
"@vue/compiler-core@3.2.45":

0 commit comments

Comments
 (0)