Page Stubs and Click-Through Flow
This commit is contained in:
14
resources/js/Components/AppLogo.vue
Normal file
14
resources/js/Components/AppLogo.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
class: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div :class="['font-bold text-primary', $props.class]">
|
||||
Piccadilly
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user