This commit is contained in:
07akioni 2020-11-17 02:19:54 +08:00
parent cf0881fb34
commit 6c7715ef16

View File

@ -1,5 +1,6 @@
# Custom Action
```html
<n-space>
<n-popconfirm v-model:show="show">
<template v-slot:trigger>
<n-button>Quote</n-button>
@ -20,6 +21,7 @@
</template>
For example, if I were to write about elephants, Id have had no idea what words to use.
</n-popconfirm>
</n-space>
```
```js