Meituan-Dianping / mpvue

基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
http://mpvue.com
MIT License
20.42k stars 2.07k forks source link

slot build的问题 #996

Open haxiha opened 6 years ago

haxiha commented 6 years ago

[问题简单描述]

slot 在 dev 可以。但是build时候会包错 $gwx is not defined 问题复现步骤: 尝试引入 iview 自定义组件 `

第一步
保存图片
至
手机相册
    <i-step status="finish" i-class="cus-step">
      <div slot="title">
        第二步
      </div>
      <div slot="content">
        <div>手动发图片</div>
        <div>至朋友圈</div>
      </div>
    </i-step>
    <i-step status="finish" i-class="cus-step" icon="right">
      <div slot="title">
        第三步
      </div>
      <div slot="content">
        <div>好友识别二维码</div>
        <div>进入您的相册</div>
      </div>
    </i-step>
  </i-steps>`
  1. [第一步] npm run dev 没有错误
  2. [第二步] npm run build 关闭微信开发者工具 重新打开小程序项目 报错:

VM414:1 Sun Sep 09 2018 23:18:44 GMT+0800 (CST) 渲染层错误 VM414:2 Uncaught SyntaxError: Invalid or unexpected token (anonymous) @ VM414:2 VM416:1 Sun Sep 09 2018 23:18:44 GMT+0800 (CST) 渲染层错误 VM416:2 Uncaught ReferenceError: $gwx is not defined (anonymous) @ VM416:2 VM417:1 Sun Sep 09 2018 23:18:44 GMT+0800 (CST) 渲染层错误 VM417:2 ReferenceError: $gwx is not defined at :11:24 (anonymous) @ VM417:2 VM418:1 Sun Sep 09 2018 23:18:44 GMT+0800 (CST) 渲染层错误 VM418:2 webviewScriptError $gwx is not defined ReferenceError: $gwx is not defined at :11:24

  1. [其他步骤...]

期望的表现:

[在这里描述期望的表现]

观察到的表现:

[在这里描述观察到的表现]

屏幕截图和动态 GIF 图

![复现步骤的屏幕截图和动态 GIF 图](图片的 url)

mpvue-bot[bot] commented 6 years ago

issue超过30天无更新或响应,7天后将自动关闭,如果问题状态有更新请及时更新issue