From 393b992aeb6ae7f0c56253c9fc3b3e0a377522e3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 15 Jan 2024 23:14:20 +0100 Subject: [PATCH] docs(divider): remove useless `color` on example --- .../components/content/examples/DividerExampleOrientation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/content/examples/DividerExampleOrientation.vue b/docs/components/content/examples/DividerExampleOrientation.vue index 16cfc585..3b54c9ed 100644 --- a/docs/components/content/examples/DividerExampleOrientation.vue +++ b/docs/components/content/examples/DividerExampleOrientation.vue @@ -17,7 +17,7 @@ const form = reactive({ email: 'mail@example.com', password: 'password' }) - +
@@ -37,7 +37,7 @@ const form = reactive({ email: 'mail@example.com', password: 'password' }) - +