模版(template)

模版介绍

模版(template)ui的根,也就是说所有ui控件只能在template内部

属性-fullscreen

属性fullscreen表示是否全屏显示,默认为false。例:
<template fullscreen="true">
    <text id="demo" text="hello"/>
</template>

function main() {
    setupUI();
}