<!--components/bytefun-component/bytefun-component.wxml-->
<import src="./template.wxml" />
<block wx:if="{{ comp.tagName }}">
<template is="{{comp.tagName}}" data="{{ data: attr,comp: comp }}">
</template>
</block>
