You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/documentation/sections/PropsSection.vue
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@
36
36
:items="propsStore.saveAndLoadingIconProps"
37
37
section-id="props-save-and-loading-icon"
38
38
section-title="Save & Loading Props"
39
-
subtitle="These are all props for the for the <code>VInlineSelect</code>, <code>VInlineTextarea</code>, and <code>VInlineTextField</code> components"
39
+
subtitle="These are all props for the for the <code class='ic'>VInlineSelect</code>, <code class='ic'>VInlineTextarea</code>, and <code class='ic'>VInlineTextField</code> components"
40
40
/>
41
41
42
42
<PropsTable
43
43
:headers="propsStore.propsSupported.headers"
44
44
:items="propsStore.trueFalseIconProps"
45
45
section-id="props-true-false-icon"
46
46
section-title="True/False Icon Props"
47
-
subtitle="These are all props for the for the <code>VInlineCheckbox</code> and <code>VInlineSwitch</code> components"
47
+
subtitle="These are all props for the for the <code class='ic'>VInlineCheckbox</code> and <code class='ic'>VInlineSwitch</code> components"
0 commit comments