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
88
99## Standalone Component
1010
11- [ Read in details on the Component Usage] ( /guide/component-usage )
11+ [ Read in details on the Component Usage] ( /docs/ guide/component-usage )
1212
1313Import package styles and register GDialog. Done! You can use the component.
1414
@@ -29,7 +29,7 @@ export default {
2929
3030## Plugin
3131
32- [ Read in details on the Plugin Usage] ( /guide/plugin-usage )
32+ [ Read in details on the Plugin Usage] ( /docs/ guide/plugin-usage )
3333
3434Plugin give you posiblity to launch dialogs from any method without putting GDialog in template.
3535It could be async component, which will be loaded after calling onOpenInfo()
@@ -55,4 +55,4 @@ export default {
5555This way, you can launch a dialog from any component of your app. This's great! Isn't it? :)
5656
5757
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