Closed a77uu closed 3 years ago
问题描述 在使用 Modal 组件时,需要引入 AtModal, AtModalHeader, AtModalContent, AtModalAction ,但能够正常显示 AtModal, AtModalHeader, AtModalContent,但是无法正常显示 Action 组件
复现步骤 1、在 index.vue 中引入 Modal 所需的组件并在 components 中使用 ; 2、在 index.vue 中贴示例代码,微信开发者工具提示 Template `tmpl_0_Button` not found.模拟器中无法显示模态框“取消”和“确定”按钮
Template `tmpl_0_Button` not found.
<template> <AtModal isOpened> <AtModalHeader>标题</AtModalHeader> <AtModalContent> 正文内容 </AtModalContent> <!-- 这里无法显示 <AtModalAction> <Button>取消</Button> <Button>确定</Button> </AtModalAction> --> </AtModal> //other </template> <script> import { AtForm, AtInput, AtButton, AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui-vue"; export default { components: { AtForm, AtButton, AtInput, AtModal, AtModalHeader, AtModalContent, AtModalAction }, //other } </script>
期望行为 希望能够正常显示其 Action 组件
报错信息
[WXML Runtime warning] ./base.wxml Template `tmpl_0_Button` not found. 615 | 616 | <template name="tmpl_6_container"> > 617 | <template is="{{xs.a(6, i.nn, l)}}" data="{{i:i,cid:6,l:xs.f(l,i.nn)}}" /> | ^ 618 | </template> 619 | 620 | <template name="tmpl_7_catch-view">
系统信息
补充信息 无
Button 需要小写 button
问题描述 在使用 Modal 组件时,需要引入 AtModal, AtModalHeader, AtModalContent, AtModalAction ,但能够正常显示 AtModal, AtModalHeader, AtModalContent,但是无法正常显示 Action 组件
复现步骤 1、在 index.vue 中引入 Modal 所需的组件并在 components 中使用 ; 2、在 index.vue 中贴示例代码,微信开发者工具提示
Template `tmpl_0_Button` not found.
模拟器中无法显示模态框“取消”和“确定”按钮期望行为 希望能够正常显示其 Action 组件
报错信息
系统信息
补充信息 无