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: app/components/Button/Base.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ const props = withDefaults(
8
8
'keyshortcut'?:string
9
9
10
10
/**
11
-
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
11
+
* Do not use this directly. Use keyshortcut instead; it generates the correct HTML and displays the shortcut in the UI.
Copy file name to clipboardExpand all lines: app/components/Link/Base.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ const props = withDefaults(
16
16
'keyshortcut'?:string
17
17
18
18
/**
19
-
* Don't use this directly, use `keyshortcut` instead. Correctly HTML will be automatically generated and the shortcut will automatically be displayed in the UI.
19
+
* Do not use this directly. Use keyshortcut instead; it generates the correct HTML and displays the shortcut in the UI.
0 commit comments