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: doc/contextmenu/CommandDoc.vue
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<template>
2
2
<DocSectionTextv-bind="$attrs">
3
-
<p>ContextMenu requires a collection of menuitems as its <i>model</i> and the <i>show</i> method needs to be called explicity using an event of the target like <i>contextmenu</i> to display the menu.</p>
3
+
<p>The <i>command</i> property defines the callback to run when an item is activated by click or a key event.</p>
Copy file name to clipboardExpand all lines: doc/tristatecheckbox/FilledDoc.vue
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<template>
2
2
<DocSectionTextv-bind="$attrs">
3
-
<p>A model can be bound using the standard v-model directive.</p>
3
+
<p>Specify the <i>variant</i> property as <i>filled</i> to display the component with a higher visual emphasis than the default <i>outlined</i> style.</p>
0 commit comments