style: lint fix
This commit is contained in:
@@ -24,8 +24,15 @@
|
||||
</div>
|
||||
<n-space class="mt-16" justify="space-evenly">
|
||||
<n-button dashed type="primary" @click="copy(item.url)"> url </n-button>
|
||||
<n-button dashed type="primary" @click="copy(``)">MD</n-button>
|
||||
<n-button dashed type="primary" @click="copy(`<img src="${item.url}" />`)">img</n-button>
|
||||
<n-button dashed type="primary" @click="copy(``)"
|
||||
>MD</n-button
|
||||
>
|
||||
<n-button
|
||||
dashed
|
||||
type="primary"
|
||||
@click="copy(`<img src="${item.url}" />`)"
|
||||
>img</n-button
|
||||
>
|
||||
</n-space>
|
||||
</n-card>
|
||||
<div v-for="i in 4" :key="i" class="w-280" />
|
||||
|
||||
Reference in New Issue
Block a user