微信小程序编译报错:WXMLRT_$gwx:./base.wxml:template:53:16: Template `tmpl_0_pure-view` not found.
-
报错内容:WXMLRT_$gwx:./base.wxml:template:53:16: Template
tmpl_0_pure-view
not found.
我的Taro版本:3.0.11
TaroUI版本:"taro-ui": "^3.0.0-alpha.3"
显示编译成功,但是在微信小程序打开就报错了:
VM100:1 ./base.wxml
Templatetmpl_0_pure-view
not found.
51 |
52 | <template name="tmpl_0_container">53 | <template is="{{xs.a(0, i.nn, l)}}" data="{{i:i,cid:0,l:xs.f(l,i.nn)}}" />
| ^
54 | </template>
55 |
56 | <template name="tmpl_1_view">