add nova
This commit is contained in:
16
nova/resources/js/layouts/Footer.vue
Normal file
16
nova/resources/js/layouts/Footer.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div
|
||||
class="mt-8 leading-normal text-xs text-gray-500 space-y-1"
|
||||
v-html="footer"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
computed: {
|
||||
footer() {
|
||||
return window.Nova.config('footer')
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user