vue.js - android环境下在vue中引入vux.js 报错。
问题描述
代码如下:
<template> <p><group> <x-input placeholder='I’m placeholder' placeholder-align='right'></x-input></group> </p></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:null03-24 19:31:56.204 10055-10134/com.example.weex.hackernews D/weex: callJS >>>> instanceId:1function:createInstance03-24 19:31:56.632 10055-10134/com.example.weex.hackernews E/jsengine: ReportException :undefined:3949: ReferenceError: window is not defined03-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**
求解答,谢谢!
问题解答
回答1:目前 vux 并不支持在 weex 中使用。
相关文章:
1. docker 下面创建的IMAGE 他们的 ID 一样?这个是怎么回事????2. 在应用配置文件 app.php 中找不到’route_check_cache’配置项3. html按键开关如何提交我想需要的值到数据库4. mysql取模分表与分表5. gvim - 谁有vim里CSS的Indent文件, 能缩进@media里面的6. HTML 5输入框只能输入汉字、字母、数字、标点符号?正则如何写?7. 跟着课件一模一样的操作使用tp6,出现了错误8. PHP类属性声明?9. objective-c - ios 怎么实现微信联系列表 最好是swift10. javascript - 请教如何获取百度贴吧新增的两个加密参数
