We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf493bd commit c8fe6fdCopy full SHA for c8fe6fd
docs/package.json
@@ -20,9 +20,9 @@
20
"vuepress": "^2.0.0-beta.49"
21
},
22
"dependencies": {
23
- "@vue-js-cron/core": "^2.0.0",
24
- "@vue-js-cron/light": "^1.0.1",
25
- "@vue-js-cron/vuetify": "^2.0.0",
+ "@vue-js-cron/core": "^3.0.0",
+ "@vue-js-cron/light": "^2.0.0",
+ "@vue-js-cron/vuetify": "^3.0.0",
26
"vuetify": "^3.0.0-beta.7"
27
}
28
docs/src/.vuepress/config.js
@@ -91,6 +91,7 @@ module.exports = {
91
bundler: viteBundler({
92
viteOptions: {
93
// https://github.com/vuepress/vuepress-next/issues/585#issuecomment-1046188074
94
+ // https://v2.vuepress.vuejs.org/reference/bundler/vite.html#ssr-externals-issue
95
ssr: {
96
noExternal: ['vuetify']
97
0 commit comments