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
2.9.2
MacOS Chrome
2.5.16
<template> <div id="app"> hello world </div> </template> <script> console.log('重复执行测试') export default { name: 'App' } </script>
vue组件script标签内的代码只会执行一次
vue组件script标签内的代码执行了二次
The text was updated successfully, but these errors were encountered:
我也遇到的同样的问题,求答案
Sorry, something went wrong.
@weimingming @airyland 我在vux-loader仓库也提了这个问题,求解答
The same.
vux-loader 的问题, 自己项目里面临时修改了下 vux-loader 的源代码解决了, 还是希望作者能修复下
vux-loader
具体见airyland/vux-loader#65 (comment)
No branches or pull requests
VUX version
2.9.2
OS/Browsers version
MacOS Chrome
Vue version
2.5.16
Code
Steps to reproduce
What is Expected?
vue组件script标签内的代码只会执行一次
What is actually happening?
vue组件script标签内的代码执行了二次
The text was updated successfully, but these errors were encountered: