From 04907fcc16199af664f63da5d11c40cdf461cbfd Mon Sep 17 00:00:00 2001
From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Date: Fri, 17 Jun 2022 23:12:24 +0200
Subject: [PATCH] docs: rename button class to docs-button
---
docs/components/home/flows/Additional.vue | 2 +-
docs/components/home/flows/Basic.vue | 2 +-
docs/components/home/flows/Nested.vue | 2 +-
docs/components/home/flows/RGB.vue | 2 +-
docs/src/.vuepress/assets/index.css | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/components/home/flows/Additional.vue b/docs/components/home/flows/Additional.vue
index cd1311e2..8d7d9b67 100644
--- a/docs/components/home/flows/Additional.vue
+++ b/docs/components/home/flows/Additional.vue
@@ -106,7 +106,7 @@ onPaneReady((i) => emit('pane', i))
Plus it's built for composition, making the access of the internal state easy as can be!
- Documentation
+ Documentation
diff --git a/docs/components/home/flows/Basic.vue b/docs/components/home/flows/Basic.vue
index 73b0c160..45c0d97e 100644
--- a/docs/components/home/flows/Basic.vue
+++ b/docs/components/home/flows/Basic.vue
@@ -111,7 +111,7 @@ onConnect((param) => {
Vue Flow comes with built-in features like zoom & pan and dedicated controls, single & multi-selections, draggable
elements, customizable nodes and edges and a bunch of event handlers.
- Documentation
+ Documentation
emit('pane', i))
No worries! Vue Flow supports creating nested nodes and nested graphs out-of-the-box.
- Documentation
+ Documentation
{
You can expand on the existing features by using your own custom nodes and edges and implement any design and
functionality you want.
- Documentation
+ Documentation
diff --git a/docs/src/.vuepress/assets/index.css b/docs/src/.vuepress/assets/index.css
index e26a8451..9734ccf0 100644
--- a/docs/src/.vuepress/assets/index.css
+++ b/docs/src/.vuepress/assets/index.css
@@ -64,7 +64,7 @@ ul li {
@apply mt-2;
}
-.button {
+.docs-button {
@apply z-1 shadow-lg transition-colors duration-200 text-white font-semibold text-lg mt-4 px-5 py-3 rounded-lg bg-green-500;
}