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
无法取消选中,且点击删除会删除原来选中的文章,容易造成误删
The text was updated successfully, but these errors were encountered:
编辑->开发者工具—> 找到console 看看有报错没,详细的问题吗?我帮你看看
Sorry, something went wrong.
好像没有什么报错信息
Articles.vue这个文件里面的close这个方法,改一下
close() { this.articleUpdateVisible = false this.currentArticleFileName = '' this.selectedPost = [] this.$bus.$emit('site-reload') }
No branches or pull requests
无法取消选中,且点击删除会删除原来选中的文章,容易造成误删
The text was updated successfully, but these errors were encountered: