AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 231 forks source link

tab 组件中不能显示<pre><code><textarea> #156

Open ub3132003 opened 5 years ago

ub3132003 commented 5 years ago

当我简单的这样使用tab时:


 <at-tab-pane label="Tab3" name="name3">
    <p>Content of Tab Pane 3</p>
    <pre>xxx<pre>

 </at-tab-pane>

### 可以显示一般的p 这些标签,但是
<pre><code> 不显示
<textarea>只显示一根线