We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da474ce commit 89d16f9Copy full SHA for 89d16f9
resources/js/components/PlaceholderPattern.vue
@@ -1,4 +1,3 @@
1
-
2
<script setup lang="ts">
3
import { computed } from 'vue'
4
@@ -14,4 +13,4 @@ const patternId = computed(() => `pattern-${Math.random().toString(36).substring
14
13
</defs>
15
<rect stroke="none" :fill="`url(#${patternId})`" width="100%" height="100%"></rect>
16
</svg>
17
-</template>
+</template>
0 commit comments