Skip to content

Commit 01a78a0

Browse files
committed
docs(demo): add portuguese
1 parent 11551cd commit 01a78a0

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@vue-js-cron/ant": "file:../ant",
20-
"@vue-js-cron/core": "file:../core",
21-
"@vue-js-cron/element-plus": "file:../element-plus",
22-
"@vue-js-cron/light": "file:../light",
23-
"@vue-js-cron/vuetify": "file:../vuetify",
19+
"@vue-js-cron/ant": "../ant",
20+
"@vue-js-cron/core": "../core",
21+
"@vue-js-cron/element-plus": "../element-plus",
22+
"@vue-js-cron/light": "../light",
23+
"@vue-js-cron/vuetify": "../vuetify",
2424
"@vuepress/plugin-register-components": "2.0.0-beta.51",
2525
"@vuepress/plugin-google-analytics": "2.0.0-beta.51",
2626
"vuepress": "2.0.0-beta.51"

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']
69+
const locales = ['en', 'de', 'pt']
7070
7171
const flavor = flavors[0]
7272

docs/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -252,40 +252,40 @@
252252
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-3.1.2.tgz#3cd52114e8871a0b5e7bd7d837469c032e503036"
253253
integrity sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==
254254

255-
"@vue-js-cron/ant@file:../ant":
256-
version "1.0.0"
255+
"@vue-js-cron/ant@../ant":
256+
version "1.0.2"
257257
dependencies:
258-
"@vue-js-cron/core" "3.1.1"
258+
"@vue-js-cron/core" "3.3.0"
259259
ant-design-vue "^3.2.12"
260260

261-
"@vue-js-cron/core@3.1.1":
262-
version "3.1.1"
263-
resolved "https://registry.yarnpkg.com/@vue-js-cron/core/-/core-3.1.1.tgz#8a007c5f91f8177afb7da15edf7d8fd787daf796"
264-
integrity sha512-NUOaIfS2WZs5c8owl0R1JvvkRslNoxtf9hLsMC+HE+qzWZrBO+/ZtVyOaYtqIZ82H9dRlcsxHZtVx6tiMxNl8g==
261+
"@vue-js-cron/core@../core":
262+
version "3.3.0"
265263
dependencies:
266264
mustache "^4.2.0"
267265

268-
"@vue-js-cron/core@file:../core":
269-
version "3.1.1"
266+
"@vue-js-cron/core@3.3.0":
267+
version "3.3.0"
268+
resolved "https://registry.yarnpkg.com/@vue-js-cron/core/-/core-3.3.0.tgz#6c8e42168bfbf5b415eb0ed0e1f1a9725c56739c"
269+
integrity sha512-PO2nPoYVE1RnU1wE3eBzSsm3ldzEALxpp2pqnnF7ftDtqPA/V0N5YyGX1WTZDlZtsli6d5xLe6DTqHnPoX3oig==
270270
dependencies:
271271
mustache "^4.2.0"
272272

273-
"@vue-js-cron/element-plus@file:../element-plus":
274-
version "1.0.1"
273+
"@vue-js-cron/element-plus@../element-plus":
274+
version "1.1.2"
275275
dependencies:
276276
"@element-plus/icons-vue" "^2.0.9"
277-
"@vue-js-cron/core" "3.1.1"
277+
"@vue-js-cron/core" "3.3.0"
278278
element-plus "^2.2.13"
279279

280-
"@vue-js-cron/light@file:../light":
281-
version "2.1.1"
280+
"@vue-js-cron/light@../light":
281+
version "2.2.2"
282282
dependencies:
283-
"@vue-js-cron/core" "3.1.1"
283+
"@vue-js-cron/core" "3.3.0"
284284

285-
"@vue-js-cron/vuetify@file:../vuetify":
286-
version "3.1.1"
285+
"@vue-js-cron/vuetify@../vuetify":
286+
version "3.2.2"
287287
dependencies:
288-
"@vue-js-cron/core" "3.1.1"
288+
"@vue-js-cron/core" "3.3.0"
289289
vuetify "^3.0.0-beta.6"
290290

291291
"@vue/compiler-core@3.2.41":

0 commit comments

Comments
 (0)