add nova
This commit is contained in:
13
nova/resources/js/components/Card.vue
Normal file
13
nova/resources/js/components/Card.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div
|
||||
class="relative overflow-hidden bg-white dark:bg-gray-800 rounded-lg shadow"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
//
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user