From 6279de91eaec657ba7b1a4166dfa3b5dca569818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Seggewi=C3=9F?= <39218577+seggewiss@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:33:05 +0100 Subject: [PATCH] Update IconSelection.vue Update the Icon examples to show Shopware code not docs code. --- docs/components/IconSelection.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/components/IconSelection.vue b/docs/components/IconSelection.vue index 8192540..c7b9c47 100644 --- a/docs/components/IconSelection.vue +++ b/docs/components/IconSelection.vue @@ -147,10 +147,10 @@ const props = defineProps({ icons: {} }); -const exampleHTML = computed(() => props.icon ? `` : null); -const exampleVue2 = computed(() => props.icon ? `` : null); -const exampleVue3 = computed(() => props.icon ? `` : null); -const exampleReact = computed(() => props.icon ? `` : null); +const exampleHTML = computed(() => props.icon ? `` : null); +const exampleVue2 = computed(() => props.icon ? `` : null); +const exampleVue3 = computed(() => props.icon ? `` : null); +const exampleReact = computed(() => props.icon ? `` : null); const copyIconName = () => { const tempTextArea = document.createElement('textarea'); @@ -162,4 +162,4 @@ const copyIconName = () => { } const embedPoint = '/resources/meteor-icon-kit/public/icons/'; - \ No newline at end of file +