RubyLouvre / avalon

an elegant efficient express mvvm framework
http://avalonjs.coding.me/
Other
5.8k stars 1.42k forks source link

内嵌组件都不支持?! #2066

Closed fj-auto closed 6 years ago

fj-auto commented 6 years ago

//component => demo.tpl

div p>lorem

h1>lorem5 <xmp> // sub-component <!-- Thank you for contributing! Please carefully read the following before opening your issue. 中文用户:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。 如何提问 =============== 请在提问前详细阅读下面内部 - 没有看过官网先看一遍官网: http://avalonjs.coding.me/ - 没有看过教程先看一遍教程: https://segmentfault.com/u/situzhengmei/articles - 到论坛用关键查一下有没有人遇到与你相同的问题: http://www.avalon.org.cn/ - 到**segementFault**搜索: https://segmentfault.com/search?q=avalon - 检查一下已关掉的issue有没有与你相同的问题: https://github.com/RubyLouvre/avalon/issues?q=is%3Aissue+is%3Aclosed 为了提高avalon的影响力,如果确定不是BUG,是你一些疑问与业务难题,请到**segementFault**上发贴子 当然有你有什么分享或avalon组件也建议直接在**segementFault**上发贴子 如果你确定是BUG,请按以下格式提问 ================ - 在什么浏览器下,IE6,IE7,chrome51? - 在avalon什么版本下? 你如果打开avalon源码,将最开头的那段注释贴上来! - 提供一个可以运行的例子,比如像这人,请认真用``` code ```及与markdown语法编写ISSUE https://github.com/RubyLouvre/avalon/issues/1665 - 想快点得到解决,请提供具体的操作步骤 - 想快点得到解决, 最好将控制如的错误信息也截图贴上来! </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>