-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6009862
commit 6098d90
Showing
7 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "muse-ui", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "material design ui for vue2", | ||
"author": "myronliu347 <[email protected]>", | ||
"main": "dist/muse-ui.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
<template> | ||
<mu-appbar title="Title"> | ||
<mu-icon-button icon='menu' slot="left"/> | ||
<mu-icon-button icon='expand_more' slot="right"/> | ||
<mu-icon-button icon="menu" slot="left"/> | ||
<mu-flat-button label="expand_more" slot="right"/> | ||
<mu-flat-button href="333" label="expand_more" slot="right"/> | ||
<mu-icon-button icon="expand_more" slot="right"/> | ||
</mu-appbar> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters