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 6267439 commit e32a449Copy full SHA for e32a449
.examples/unit/unit-value-unit.vue renamed to .examples/unit/value-unit.vue
@@ -7,8 +7,6 @@
7
name="value"
8
value-unit="kilometer"
9
/>
10
- <span style="display: flex">
11
- <pre>In kilometers: {{ value && value.value }}</pre>
12
- </span>
+ <pre wrap>In kilometers: {{ value && value.value }}</pre>
13
</FormKit>
14
</template>
inputs/unit.md
@@ -112,7 +112,7 @@ itself will be converted to `kilometers` when setting `value-unit` to `kilometer
112
::Example
113
---
114
name: "Unit type examples"
115
-file: "_content/_examples/unit/unit-value-unit.vue"
+file: "_content/_examples/unit/value-unit.vue"
116
117
::
118
0 commit comments