更改页面的内容
This commit is contained in:
5
app/components/example/ExampleCard.vue
Normal file
5
app/components/example/ExampleCard.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="p-2 border bg-white dark:bg-black dark:border-gray-700 rounded">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user