leeooo
leeooo
  • 发布:2022-10-09 14:32
  • 更新:2024-09-14 16:44
  • 阅读:3216

hbuilderx今天运行内置浏览器h5,突然爆错误SyntaxError: Unexpected token .

分类:HBuilder

14:30:55.416 App Launch at App.vue:15
14:30:55.502 App Show at App.vue:48
14:30:55.598 [Vue warn]: Unhandled error during execution of async component loader
at <AsyncComponentWrapper>
at <PageBody>
at <Page>
at <Anonymous>
at <KeepAlive>
at <RouterView>
at <Layout>
at <App>
14:30:55.621 SyntaxError: Unexpected token .

运行谷歌、火狐没有问题诶

2022-10-09 14:32 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com

找了半天发现我的项目这样写有问题
<image class="avatar" :src="user_profile?.avatar || '/static/logo.png'" />
<text class="username">{{ user_profile?.nickname || '用户名' }}</text>
改成就好了
<image class="avatar" :src="user_profile ? user_profile.avatar : '/static/logo.png'" />
<text class="username">{{ user_profile ? user_profile.nickname : '用户名' }}</text>
好像不支持user_profile?.avatar这种写法

leeooo

leeooo (作者) - oldlee

逐行删代码也找不到那个位置有问题,但在谷歌和火狐有没问题,而且打包上传之后,链接在hbuilder内置浏览器打开,又没问题了。。。。

DCloud_HB_HXY

DCloud_HB_HXY

HX用的是什么版本

  • leeooo (作者)

    正式3.6.4,Alpha3.6.3,都是最新版本试的

    2022-10-10 11:22

  • leeooo (作者)

    对了我是用的vue3,另外,我项目运行到小程序也有问题: 'openBlock' is not exported by node_modules/@dcloudio/uni-mp-vue/dist/vue.runtime.esm.js,百度了一圈,看到有类似问题,也没什么下文

    2022-10-10 11:23

zhoual598

zhoual598

我也遇到了,后来改成vue2就没问题了。manifest.json的vueVersion改成2,希望能帮助到你们。

h***@126.com

h***@126.com

我也遇到相同问题,用的最新Hbuildx 3.8.7,vue3开发的H5,在内置浏览器运行报错
[Vue warn]: Unhandled error during execution of async component loader
at <AsyncComponentWrapper>
at <PageBody>
at <Page>
at <Anonymous>
at <KeepAlive>
at <RouterView>
at <Layout>
at <App>
10:35:49.024 SyntaxError: Unexpected token ? at gdjdwl/h5/@fs/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli-vite/node_modules/@dcloudio/uni-h5-vue/dist/vue.runtime.esm.js:1442

Diligent_UI

Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序

影响项目运行吗

  • h***@126.com

    内置浏览器无法运行,Google浏览器正常运行

    2023-08-17 08:55

9***@qq.com

9***@qq.com

我也遇到了,用了UTS的写法,直接就报错了,只是在内置浏览器报错,群里问也没问回复,太垃圾了

张之子

张之子

hbuilder内置浏览器报错,chrome,微信开发者工具都正常

3***@qq.com

3***@qq.com

遇到同样的问题,MacOS 12.2.1, 在其他另两台Windows 10系统上没有问题, 在朋友的另一个MacBook Pro上没有问题. 在Chrome 浏览器中运行没有问题.

6***@qq.com

6***@qq.com - dahai

遇到同样问题
SyntaxError: Unexpected token . at @fs/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli-vite/node_modules/@dcloudio/uni-h5-vue/dist/vue.runtime.esm.js:1442 同样VUE3版本 浏览器生产环境没问题,内置报错

t***@gmail.com

t***@gmail.com

Mac 版本hbuiderx提示这个问题,windows 没问题,怎么回事呀?

、、、
09:17:09.743 [Vue warn]: Unhandled error during execution of async component loader \n at <AsyncComponentWrapper>\nat <PageBody>\nat <Page>\nat <Anonymous>\nat <KeepAlive>\nat <RouterView>\nat <Layout>\nat <App>
09:17:09.793 ‍[⁠SyntaxError⁠]‍ {message: "Unexpected token ?"}
、、、

c***@126.com

c***@126.com

没人管吗? 我的mac也遇到这样的问题了,导入的组件在内置浏览器根本跑不起了

要回复问题请先登录注册