File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ Every property of the `blok` Object will be searched for possible child blok sch
8181
8282- type: ` String ` ,
8383- default: ` 'WhenIdle' `
84- - options: ` 'WhenIdle' ` , ` 'WhenVisible' ` , ` 'OnInteraction' ` , ` 'SsrOnly ' `
84+ - options: ` 'WhenIdle' ` , ` 'WhenVisible' ` , ` 'OnInteraction' ` , ` 'Never ' `
8585
8686The ` hydration ` prop controls how to the component will be hydrated. The hydration will be done with ` vue-lazy-hydration ` thanks to Markus Oberlehner.
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ Every property of the `blok` Object will be searched for possible child blok sch
5252
5353- type: ` String ` ,
5454- default: ` 'WhenIdle' `
55- - options: ` 'WhenIdle' ` , ` 'WhenVisible' ` , ` 'OnInteraction' ` , ` 'SsrOnly ' `
55+ - options: ` 'WhenIdle' ` , ` 'WhenVisible' ` , ` 'OnInteraction' ` , ` 'Never ' `
5656
5757The ` hydration ` prop controls how to the component will be hydrated. The hydration will be done with ` vue-lazy-hydration ` thanks to Markus Oberlehner.
Original file line number Diff line number Diff line change 2020 "author" : " Julian Derungs <julian.derungs@primesystems.ch>" ,
2121 "license" : " MIT" ,
2222 "dependencies" : {
23- "@blokwise/dynamic" : " ^1.1 .0"
23+ "@blokwise/dynamic" : " ^1.2 .0"
2424 },
2525 "devDependencies" : {
2626 "@babel/preset-env" : " ^7.12.7" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default {
5050 type: Object ,
5151 default : () => ({}),
5252 },
53- // can be `OnInteraction`, `SsrOnly `, `WhenIdle`, `WhenVisible`
53+ // can be `OnInteraction`, `Never `, `WhenIdle`, `WhenVisible`
5454 hydration: {
5555 type: String ,
5656 default: " WhenIdle" ,
Original file line number Diff line number Diff line change 867867 resolved "https://npm.primesystems.ch/@bcoe%2fv8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
868868 integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
869869
870- " @blokwise/dynamic@^1.1 .0 " :
871- version "1.1 .0"
872- resolved "https://registry.yarnpkg.com/@blokwise/dynamic/-/dynamic-1.1 .0.tgz#13d0fae635605202c774f7b5095bbc3cdacbc6dd "
873- integrity sha512-ZhvYFXBuw/GFUay1c/wtiC1IBeq1XC21GmvoVp7JHWTcizDK69tBA+AyJDhBrlx62l2EtFGASBGxFBZd0eWR0A ==
870+ " @blokwise/dynamic@^1.2 .0 " :
871+ version "1.2 .0"
872+ resolved "https://registry.yarnpkg.com/@blokwise/dynamic/-/dynamic-1.2 .0.tgz#ebd11802ff8e24123fa2ebbe9d42e7029b11e979 "
873+ integrity sha512-+49UQUv3kNsddFnNhxsGfhvuyOlz0CBW8tY5ne13YoFmKRuWjgmLFuNV6YJ63Px2uBopBqQhQgAe5euCp41tuA ==
874874 dependencies :
875875 consola "^2.15.0"
876- vue-lazy-hydration "1 .0.0-beta.14 "
876+ vue-lazy-hydration "^2 .0.0-beta.4 "
877877
878878" @cnakazawa/watch@^1.0.3 " :
879879 version "1.0.4"
@@ -9583,10 +9583,10 @@ vue-hot-reload-api@^2.3.0:
95839583 resolved "https://npm.primesystems.ch/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
95849584 integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==
95859585
9586- vue-lazy-hydration@1 .0.0-beta.14 :
9587- version "1 .0.0-beta.14 "
9588- resolved "https://registry.yarnpkg.com/vue-lazy-hydration/-/vue-lazy-hydration-1 .0.0-beta.14 .tgz#50b08003c2317afd15bf33871c4bbd0b952ca808 "
9589- integrity sha512-Xm6e1SL9WBlmMWIDThteOUGyiBNGyPTG4S5KZLMlbJZEvTzRpqAAiFhg4BQyohwufyvpj+WTdr63fhNxK43RQA ==
9586+ vue-lazy-hydration@^2 .0.0-beta.4 :
9587+ version "2 .0.0-beta.4 "
9588+ resolved "https://registry.yarnpkg.com/vue-lazy-hydration/-/vue-lazy-hydration-2 .0.0-beta.4 .tgz#11e7021a9bac003ea6ed74f132dcd0d025fafc1f "
9589+ integrity sha512-bhr7AxzrSEPed4cOawIeCxJmR8pglberR78x1zs0886xR+47/EXE9s0Ezss90CPINo8ApzUfA/r+SbNffn+t9w ==
95909590
95919591vue-loader@^15.9.3 :
95929592 version "15.9.5"
You can’t perform that action at this time.
0 commit comments