Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug]: 在TinyDrawer中使用TinyDivider的文案无法显示 #2852

Open
stwflyfox opened this issue Jan 27, 2025 · 1 comment
Open

Comments

@stwflyfox
Copy link

Version

chrome

Vue Version

latest

Link to minimal reproduction

none

Step to reproduce

如题, 问题截图:

Image

重现问题的demo代码
`

<tiny-drawer title="标题" :visible="true" @update:visible="visible = $event" >
  <div>
     <tiny-divider content-position="center">中间</tiny-divider>
  </div>
</tiny-drawer>
<script setup> import { ref } from 'vue' import { TinyDrawer, TinyDivider } from '@opentiny/vue' </script>`

What is expected

No response

What is actually happening

No response

What is your project name

TinyVue

Any additional comments (optional)

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: Copy using TinyDivider in TinyDrawer cannot be displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants