add: OpenGraph image, timeline card state
Added three states to timeline card, added open graph image and description
This commit is contained in:
parent
f75d66a0d0
commit
d71e59b9c0
12 changed files with 112 additions and 34 deletions
|
@ -58,11 +58,11 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Card } from '../../../shared/Card'
|
||||
import type { PriceCard } from '../../../shared/PriceCard'
|
||||
|
||||
type Props = {
|
||||
deletable: boolean
|
||||
card: Card
|
||||
card: PriceCard
|
||||
}
|
||||
|
||||
const { card } = defineProps<Props>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue