From 89daa827f38ef6a516c8c9cbe1fb18c633739121 Mon Sep 17 00:00:00 2001
From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
Date: Fri, 24 Jun 2022 21:39:47 +0200
Subject: [PATCH] feat(components): add `pattern-container` slot to Background
# What's changed?
* `pattern-container` allows for complete overwrite of the pattern of Background
---
.../Background/Background.vue | 44 ++++++++++---------
1 file changed, 23 insertions(+), 21 deletions(-)
diff --git a/packages/vue-flow/src/additional-components/Background/Background.vue b/packages/vue-flow/src/additional-components/Background/Background.vue
index 439ef479..bc2f81d1 100644
--- a/packages/vue-flow/src/additional-components/Background/Background.vue
+++ b/packages/vue-flow/src/additional-components/Background/Background.vue
@@ -60,27 +60,29 @@ export default {
width: `${width > 100 ? 100 : width}%`,
}"
>
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+