2020-08-27 17:18:57 +08:00

28 lines
668 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="article">
<h3>2017.4.19 更新</h3>
<ul>
<li>1. Switch组件切换点击事件不向上冒泡</li>
<li>2. Select组件增加输入过滤功能</li>
</ul>
<h3 style="margin-top: 20px">2017.4.27 更新</h3>
<ul>
<li>1. Radio增加button模式</li>
<li>2. Tab支持添加自定义动作按钮</li>
</ul>
</div>
</template>
<script type="text/ecmascript-6">
export default {
data: function () {
return {
}
},
ready: function () {
},
methods: {
}
}
</script>