diff --git a/README.md b/README.md index d87797d..9b56ba5 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ You can find a few examples and the documentation [here](https://eliep.github.io | Vuejs version | vue-avatar version | | ------------- | ----------------- | -| ^1.0.18 | 1.3.0 | -| ^2.0.0 | 2.0.0 | +| ^1.0.18 | ^1.3.0 | +| ^2.0.0 | ^2.0.0 | ## Usage diff --git a/gh-pages/index.html b/gh-pages/index.html index 17943cb..157a86d 100644 --- a/gh-pages/index.html +++ b/gh-pages/index.html @@ -28,6 +28,19 @@ background-color: #eee } + table tr:nth-child(2n) { + background-color: #f1f1f1; + } + + table th { + border-top: 1px solid #ccc; + } + + table td, table th { + padding: 8px 8px; + border-bottom: 1px solid #ccc; + } + .default-avatar { display: inline-block; margin: 3px; @@ -77,6 +90,14 @@

Installation

npm install vue-avatar
+ +

Versions

+ + + + +
Vue.jsvue-avatar
^1.0.18^1.3.0
^2.0.0^2.0.0
+

Usage

vue-avatar is a UMD module, which can be used as a module in both CommonJS and AMD modular environments. When in non-modular environment, Avatar will be registered as a global variable.