Skip to content

Commit

Permalink
chore: update pnpm-lock“
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWXY committed Apr 12, 2024
1 parent 7ab1882 commit fdfcf31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/play/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,16 @@ async function submit() {
</er-collapse>
</div>

<er-dropdown :items="dropdownOptions" trigger="click" split-button>dropdown</er-dropdown>
<er-dropdown :items="dropdownOptions" trigger="click" split-button
>dropdown</er-dropdown
>
<er-tooltip
ref="tooltipRef"
placement="right-end"
trigger="contextmenu"
:popper-options="{ placement: 'right-end', strategy: 'fixed' }"
>
<template #trigger>
<er-button icon="arrow-up">tooltip</er-button>
</template>
<er-button icon="arrow-up">tooltip</er-button>
<template #content> 弹出部分 </template>
</er-tooltip>
<er-input v-model="inputValue" placeholder="请输入内容">
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdfcf31

Please sign in to comment.