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

content动态写入不了 #490

Open
GDY-2000 opened this issue Aug 5, 2024 · 0 comments
Open

content动态写入不了 #490

GDY-2000 opened this issue Aug 5, 2024 · 0 comments
Labels

Comments

@GDY-2000
Copy link

GDY-2000 commented Aug 5, 2024

const content = ref(''); setTimeout(() => { content.value = '11111' }, 1000);
这样不可以动态更新,现在只有初次生成的时候内容是什么,就是什么,代码api改变不了,只有手动输入可以改变

@GDY-2000 GDY-2000 added the bug label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant