Skip to content

Commit

Permalink
feat: new option fetchOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 4, 2024
1 parent f0e9099 commit 9a9cbaf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/components/options-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<strong>{{ option.key }}</strong> <span v-if="option.default !== undefined">(default={{ option.default }})</span>
</v-list-item-title>
<v-list-item-subtitle>
{{ option.description }}
<div v-html="option.description" />
</v-list-item-subtitle>
<v-list-item-subtitle
v-if="option.values"
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vuetify": "^3.6.13"
},
"dependencies": {
"@json-layout/core": "0.32.1",
"@json-layout/core": "0.33.0",
"@vueuse/core": "^10.5.0",
"debug": "^4.3.4",
"ejs": "^3.1.9"
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/koumoul-dev/vuetify-jsonschema-form#readme",
"devDependencies": {
"@json-layout/core": "0.32.1",
"@json-layout/core": "0.33.0",
"@json-layout/vocabulary": "0.23.2",
"@json-layout/examples": "0.21.0",
"@commitlint/config-conventional": "^17.7.0",
Expand Down

0 comments on commit 9a9cbaf

Please sign in to comment.