android环境下在vue中引入vux.js 报错。

发布于 2022-09-04 17:45:07 字数 2942 浏览 20 评论 0

代码如下:

<template>
    <div>
        <group title="禁用内置验证及显示成功或者错误样式">
            <x-input title="禁用验证" placeholder="I'm placeholder"  placeholder-align="right"></x-input>
        </group>
    </div>
</template>
<style>
@import '~vux/dist/vux.css';
</style>

<script>
  import { XInput, Group, XButton, Cell } from 'vux/dist/vux.js'
  export default {
    components: { XInput, Group, XButton, Cell }
  }
</script>

编译过后在IE显示正常,但是在android环境下报错如下:

    **03-24 19:31:56.204 10055-10134/com.example.weex.hackernews D/weex: createInstance >>>> instanceId:1, options:{}, data:null
03-24 19:31:56.204 10055-10134/com.example.weex.hackernews D/weex: callJS >>>> instanceId:1function:createInstance
03-24 19:31:56.632 10055-10134/com.example.weex.hackernews E/jsengine:  ReportException :undefined:3949: ReferenceError: window is not defined
03-24 19:31:56.652 10055-10134/com.example.weex.hackernews E/jsengine:  ReportException : ReferenceError: window is not defined
                                                                           at t.default.requestAnimationFrame (eval at callFunction ((weex):8676:16), <anonymous>:3949:27806)
                                                                           at Object.e.__esModule.default (eval at callFunction ((weex):8676:16), <anonymous>:3949:27900)
                                                                           at t (eval at callFunction ((weex):8676:16), <anonymous>:3943:272)
                                                                           at Object.t.isNumber (eval at callFunction ((weex):8676:16), <anonymous>:3948:19699)
                                                                           at t (eval at callFunction ((weex):8676:16), <anonymous>:3943:272)
                                                                           at Object.e.__esModule.default (eval at callFunction ((weex):8676:16), <anonymous>:3951:12900)
                                                                           at t (eval at callFunction ((weex):8676:16), <anonymous>:3943:272)
                                                                           at Object.eval (eval at callFunction ((weex):8676:16), <anonymous>:3949:36)
                                                                           at t (eval at callFunction ((weex):8676:16), <anonymous>:3943:272)
                                                                           at Object.eval (eval at callFunction ((weex):8676:16), <anonymous>:3943:756)
03-24 19:31:56.652 10055-10134/com.example.weex.hackernews E/weex: reportJSException >>>> instanceId:1, exception function:createInstance, exception:ReferenceError: window is not defined**

求解答,谢谢!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枕花眠 2022-09-11 17:45:07

目前 vux 并不支持在 weex 中使用。

嘿嘿嘿 2022-09-11 17:45:07

检查下weex版本,从某个版本开始的weex才内置了vue的(好像是0.10.0?忘了)。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文