other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3e3ac4f5eca4202dd9d63eca04a92a19b5f24d68
Authored by
梁灏
2017-03-27 15:50:20 +0800
1 parent
8e4f708f
release 2.0.0-rc.7
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
examples/routers/tabs.vue
package.json
Inline
Side-by-side
examples/routers/tabs.vue
Wrap text
Show/Hide comments
View file @
3e3ac4f
...
...
@@ -17,7 +17,7 @@
17
17
</template>
18
18
19
19
20
-<script
lang="babel"
>
20
+<script
>
21
21
export default {
22
22
data () {
23
23
return {
...
...
package.json
Wrap text
Show/Hide comments
View file @
3e3ac4f
1
1
{
2
2
"name": "iview",
3
- "version": "2.0.0-rc.
6
",
3
+ "version": "2.0.0-rc.
7
",
4
4
"title": "iView",
5
5
"description": "A high quality UI components Library with Vue.js",
6
6
"homepage": "http://www.iviewui.com",
...
...