Skip to content

Commit

Permalink
docs(popover): nest animation debug
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Dec 27, 2021
1 parent a241193 commit 1613b17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/popover/demos/zhCN/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ width-debug
hoist-debug
nested-debug
nested2-debug
nested3-debug
```

## API
Expand Down
13 changes: 13 additions & 0 deletions src/popover/demos/zhCN/nested3-debug.demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Nested Debug 3

```html
<n-tooltip placement="bottom" trigger="click" display-directive="show">
<template #trigger>
<n-button>Test</n-button>
</template>
<n-popover trigger="click">
<template #trigger> Test </template>
Popover
</n-popover>
</n-tooltip>
```

0 comments on commit 1613b17

Please sign in to comment.