This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/src/docs/introduction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ or take full functionality after installing a plugin
8
8
9
9
## Standalone Component
10
10
11
- [ Read in details on the Component Usage] ( /guide/component-usage )
11
+ [ Read in details on the Component Usage] ( /docs/ guide/component-usage )
12
12
13
13
Import package styles and register GDialog. Done! You can use the component.
14
14
@@ -29,7 +29,7 @@ export default {
29
29
30
30
## Plugin
31
31
32
- [ Read in details on the Plugin Usage] ( /guide/plugin-usage )
32
+ [ Read in details on the Plugin Usage] ( /docs/ guide/plugin-usage )
33
33
34
34
Plugin give you posiblity to launch dialogs from any method without putting GDialog in template.
35
35
It could be async component, which will be loaded after calling onOpenInfo()
@@ -55,4 +55,4 @@ export default {
55
55
This way, you can launch a dialog from any component of your app. This's great! Isn't it? :)
56
56
57
57
58
- Don't forget read [ Plugin Usage] ( /guide/plugin-usage ) . You need add GDialogRoot to you App.vue
58
+ Don't forget read [ Plugin Usage] ( /docs/ guide/plugin-usage ) . You need add GDialogRoot to you App.vue
You can’t perform that action at this time.
0 commit comments