feat: webAddress
This commit is contained in:
@@ -40,11 +40,10 @@
|
||||
<template v-slot:s-card="{ children: children, ...attrs }">
|
||||
<Card :title="attrs.title" @click.native="handleClickReport" />
|
||||
</template>
|
||||
<template v-slot:url-card="{ children: children }">
|
||||
<template v-slot:s-url="{ children: children }">
|
||||
<Url :list="content.webAddress" @click.native="handleClickUrls" />
|
||||
</template>
|
||||
</VueMarkdown>
|
||||
<!-- <Url @click.native="handleClickUrls" /> -->
|
||||
<div
|
||||
class="web-address flex align-center"
|
||||
v-show="content.webAddress?.length > 0"
|
||||
|
||||
Reference in New Issue
Block a user