LICENSE add ionicons
update issue template、LICENSE add ionicons、update README
This commit is contained in:
parent
944853d49e
commit
62a40f4f85
4 changed files with 37 additions and 15 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -4,19 +4,22 @@ issue 仅用于提交 bug 或 feature 及 文档错误,其余疑问恕不作
|
|||
<!--
|
||||
我们十分感谢有价值的 issue 贡献者,所以请填写以下内容。如果提问不符要求、在文档中已有解答、已有相同 issue,我们将直接 close,感谢理解。
|
||||
-->
|
||||
<!--
|
||||
点击 Preview 按钮预览,无误后再提交 issue
|
||||
-->
|
||||
|
||||
### iView 版本号
|
||||
<!-- 0.9.10 -->
|
||||
<!-- 2.0.0-rc.5 -->
|
||||
|
||||
### 操作系统/浏览器 版本号
|
||||
<!-- macOS/Chrome 54 -->
|
||||
<!-- macOS/Chrome 56 -->
|
||||
|
||||
### Vue 版本号
|
||||
<!-- 1.0.26 -->
|
||||
<!-- 2.2.1 -->
|
||||
|
||||
### 能够复现问题的在线示例
|
||||
### 能够复现问题的在线示例(重要)
|
||||
<!-- 使用下面的在线链接快速创建示例 -->
|
||||
<!-- https://codepen.io/anon/pen/NbEbja -->
|
||||
<!-- https://codepen.io/anon/pen/BWwVoy -->
|
||||
|
||||
### 复现步骤
|
||||
|
||||
|
|
22
LICENSE
22
LICENSE
|
@ -130,3 +130,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Drifty (http://drifty.com/)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
11
README.md
11
README.md
|
@ -83,10 +83,7 @@ Normal browsers and Internet Explorer 9+.
|
|||
- [ionicons](https://github.com/driftyco/ionicons)
|
||||
- [Ant Design](https://github.com/ant-design/ant-design)
|
||||
|
||||
## Related open source projects
|
||||
In iView, Some of the components and style codes refer to the following projects:
|
||||
- [AntDesign](https://github.com/ant-design/ant-design)
|
||||
- [Element](https://github.com/ElemeFE/element)
|
||||
- [vue-antd](https://github.com/okoala/vue-antd)
|
||||
- [vue-beauty](https://github.com/FE-Driver/vue-beauty)
|
||||
- [Vux](https://github.com/airyland/vux)
|
||||
## License
|
||||
[MIT](http://opensource.org/licenses/MIT)
|
||||
|
||||
Copyright (c) 2016-present, iView
|
|
@ -6,8 +6,8 @@
|
|||
{{ value1 }}{{value2}}
|
||||
<div @click="value1 = 13">change value1</div>
|
||||
<br>
|
||||
<Slider :value="value9" :tip-format="format"></Slider>
|
||||
<Slider :value="value10" :tip-format="hideFormat"></Slider>
|
||||
<Slider v-model="value9" :tip-format="format"></Slider>
|
||||
<Slider v-model="value10" :tip-format="hideFormat"></Slider>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Reference in a new issue