Skip to content

Commit 1e0f28a

Browse files
committed
docs: fix vuetify css import
1 parent b0bb0c5 commit 1e0f28a

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
},
2020
"dependencies": {
2121
"@vue-js-cron/core": "1.0.0",
22-
"@vue-js-cron/vuetify": "1.0.0",
23-
"buefy": "^0.9.13"
22+
"@vue-js-cron/vuetify": "1.0.1"
2423
}
2524
}

docs/src/.vuepress/enhanceApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import CronCore from '@vue-js-cron/core'
22
import CronVuetify from '@vue-js-cron/vuetify'
33
import Vuetify from "vuetify";
44
import "vuetify/dist/vuetify.min.css";
5-
import "@vue-js-cron/vuetify/dist/dist/vuetify.min.css"
5+
import '@vue-js-cron/vuetify/dist/vuetify.css'
66

77
export default ({
88
Vue, // the version of Vue being used in the VuePress app

yarn.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,14 @@
20262026
dependencies:
20272027
"@types/yargs-parser" "*"
20282028

2029+
"@vue-js-cron/vuetify@1.0.1":
2030+
version "1.0.1"
2031+
resolved "https://registry.yarnpkg.com/@vue-js-cron/vuetify/-/vuetify-1.0.1.tgz#cdca9e457f8776f4bb03124fe0bba7d9f5153685"
2032+
integrity sha512-gbR5FYmUR2u5FS91hC57THvEp8/OE26QWquV/0KVvaCIjvNLI7BKXf0ncMNbbT85yewG1mBLTOMBCwJW0e1QwA==
2033+
dependencies:
2034+
"@vue-js-cron/core" "1.0.0"
2035+
vuetify "^2.4.6"
2036+
20292037
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
20302038
version "1.2.1"
20312039
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
@@ -3575,13 +3583,6 @@ buble@^0.20.0:
35753583
minimist "^1.2.5"
35763584
regexpu-core "4.5.4"
35773585

3578-
buefy@^0.9.13:
3579-
version "0.9.13"
3580-
resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.13.tgz#fa530257fc47a8cb00d1e36faa93bbeba4aefce0"
3581-
integrity sha512-W8QhvAz+YlKhxDQe/oag4Fl/zYTvXOPoNVr4pseYDR7r52Ta6s51iedBdvw4It68Sq+g7mcxIzwK7mv3PR6O4g==
3582-
dependencies:
3583-
bulma "0.9.3"
3584-
35853586
buffer-from@^1.0.0:
35863587
version "1.1.2"
35873588
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3621,11 +3622,6 @@ builtins@^1.0.3:
36213622
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
36223623
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
36233624

3624-
bulma@0.9.3:
3625-
version "0.9.3"
3626-
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.3.tgz#ddccb7436ebe3e21bf47afe01d3c43a296b70243"
3627-
integrity sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g==
3628-
36293625
bytes@3.0.0:
36303626
version "3.0.0"
36313627
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"

0 commit comments

Comments
 (0)