We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d9eb1 commit 811c2e7Copy full SHA for 811c2e7
4 files changed
README.md
@@ -3,7 +3,7 @@
3
> A prototyping component library build for Vue.js
4
5
<p align="center">
6
- <img alt="Protovue" src="static/images/logo.png?raw=true" width="400" />
+ <img alt="Protovue" src="static/images/icon-green.png?raw=true" width="400" />
7
</p>
8
9
## Components
docs/App.vue
@@ -14,7 +14,7 @@
14
<v1-text center rows="7" />
15
</v1-cell>
16
<v1-cell middle size="7x6" y="1" x="3">
17
- <h1>test</h1>
+ <v1-image center round width="200px" height="200px" />
18
19
<v1-cell size="7x1" y="7" x="3">
20
<v1-footer />
src/components/Avatar.vue
@@ -57,7 +57,6 @@ export default {
57
data () {
58
return {
59
color: null,
60
- count: 1,
61
links: 3
62
}
63
},
static/images/icon-green.png
3.96 KB
0 commit comments