Skip to content

Commit 89d16f9

Browse files
authored
Update PlaceholderPattern.vue
1 parent da474ce commit 89d16f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/js/components/PlaceholderPattern.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<script setup lang="ts">
32
import { computed } from 'vue'
43
@@ -14,4 +13,4 @@ const patternId = computed(() => `pattern-${Math.random().toString(36).substring
1413
</defs>
1514
<rect stroke="none" :fill="`url(#${patternId})`" width="100%" height="100%"></rect>
1615
</svg>
17-
</template>
16+
</template>

0 commit comments

Comments
 (0)