Tea.context(function () { this.bodyType = this.bodyTypes[0].code this.addHTMLTemplate = function () { this.$refs.htmlBody.value = ` \t页面标题 \t

内容标题

内容

` } })