We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72f41ae + 89d16f9 commit 0ac8315Copy full SHA for 0ac8315
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