小程序wxml文件引用方式
Posted 火大
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序wxml文件引用方式相关的知识,希望对你有一定的参考价值。
import
<!--header.wxml -->
<template name="item">
<text>{{text}}</text>
</template>
<import src="../commonWxml/header.wxml"/> <template is="item" data="{{text:‘forBar‘}}"/>
include
<include src="../logs/logs.wxml"/>
以上是关于小程序wxml文件引用方式的主要内容,如果未能解决你的问题,请参考以下文章