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
BUG 描述 当 vue 组件存在如下写法的时候:
<script> console.log('hello') export default { created () {} } </script>
会 hello 两次,这也就意味着组件所依赖的外部方法、同样会执行两次,会带来问题;
复现步骤 如上所述
期望结果 希望只 console.log('hello') 1 次
截图 如果合适,添加问题相关的截图
环境及版本信息:
其他信息 其他补充信息
The text was updated successfully, but these errors were encountered:
clark-t
No branches or pull requests
BUG 描述
当 vue 组件存在如下写法的时候:
会 hello 两次,这也就意味着组件所依赖的外部方法、同样会执行两次,会带来问题;
复现步骤
如上所述
期望结果
希望只 console.log('hello') 1 次
截图
如果合适,添加问题相关的截图
环境及版本信息:
其他信息
其他补充信息
The text was updated successfully, but these errors were encountered: