-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ios] vue模式下,无法修改类的 toString 方法 #2334
Comments
与 Vue 无关,因为我们将 |
有个问题是,我用到的一个第三方库 url-parse 里重写了自己的 |
(如果你写的是 Vue 项目的话)在 Web 环境上是直接用 Vue.js 渲染的,不依赖于 Weex ,不含 Weex runtime 的代码,也就没 freeze 原型链。 |
将来很可能也会在 |
顺便问一下,开 debugger 的时候,weex 对象找不到这个问题有解决办法吗? |
@Neeeo 是 weex-toolkit 工具的问题,工具执行的时候会包上一层函数,没有把 weex 变量传进去,现在应该已经修掉了。 |
@Neeeo url-parse 可以跟踪这个 pr: unshiftio/url-parse#54 |
在iOS 设备上,修改类的 toString 方法会提示:
在游览器里没这个问题。用的sdk是从
dev
分支下自己编译的最新版。复现代码:
The text was updated successfully, but these errors were encountered: