Skip to content

Commit 0ac8315

Browse files
committed
Merge branch 'ui-pass' of https://github.com/laravel/vue-starter-kit into ui-pass
2 parents 72f41ae + 89d16f9 commit 0ac8315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/js/components/PlaceholderPattern.vue

+1-2
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)