summaryrefslogtreecommitdiff
path: root/docs/guide/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/components')
-rw-r--r--docs/guide/components/buttons/button-disabled.pngbin0 -> 6472 bytes
-rw-r--r--docs/guide/components/buttons/button.pngbin0 -> 9579 bytes
-rw-r--r--docs/guide/components/buttons/index.md (renamed from docs/guide/components/button.md)4
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/components/buttons/button-disabled.png b/docs/guide/components/buttons/button-disabled.png
new file mode 100644
index 00000000..3aa9ba1f
--- /dev/null
+++ b/docs/guide/components/buttons/button-disabled.png
Binary files differ
diff --git a/docs/guide/components/buttons/button.png b/docs/guide/components/buttons/button.png
new file mode 100644
index 00000000..a751f932
--- /dev/null
+++ b/docs/guide/components/buttons/button.png
Binary files differ
diff --git a/docs/guide/components/button.md b/docs/guide/components/buttons/index.md
index 3e61b797..ca78201b 100644
--- a/docs/guide/components/button.md
+++ b/docs/guide/components/buttons/index.md
@@ -6,11 +6,11 @@ Buttons are used to perform an action. The main buttons in the application are t
### Enabled buttons
-![Button examples](/button.png)
+![Button examples](./button.png)
### Disabled buttons
-![Disabled button examples](/button-disabled.png)
+![Disabled button examples](./button-disabled.png)
```vue