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
{{ message }}
This repository was archived by the owner on Jan 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/docs/guide/plugin-usage.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,7 @@ export default {
104
104
To close the dialog (DialogComponent.vue) you need inside emit the event `update:modelValue` with `false` inside. Take a look at the [example](#example) below
105
105
:::
106
106
107
-
108
-
107
+
---
109
108
110
109
### `removeDialog(index)`
111
110
@@ -117,6 +116,8 @@ export default {
117
116
-**Details:** <br/>
118
117
The method removes item from [dialogs](#dialogs) by index. Useful if you decide to write your own [GDialogRoot](/docs/components/g-dialog-root)
119
118
119
+
---
120
+
120
121
### `dialogs`
121
122
-**Type:**`Array`
122
123
@@ -134,6 +135,8 @@ export default {
134
135
}
135
136
```
136
137
138
+
---
139
+
137
140
## Example
138
141
139
142
First create your Dialog component that will be launched from method. Name it InfoDialog.vue
0 commit comments