We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@opentiny/vue": "^3.18.0"
3.5.12
none
使用时按需引入:
<script setup> const close = () => { Notify({ type: 'success', message: '触发关闭事件', position: 'top-right', duration: 1000 }) } </script>
vite 配置为:
plugins: [ vue(), // Components({ // resolvers: [TinyVueResolver] // }) autoImportPlugin('vite') ],
这两种方式均会报错
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
"@opentiny/vue": "^3.18.0"
Vue Version
3.5.12
Link to minimal reproduction
none
Step to reproduce
使用时按需引入:
vite 配置为:
这两种方式均会报错
What is expected
No response
What is actually happening
No response
What is your project name
none
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: