44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < title > vue-numeric demo</ title >
7- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1 /css/bulma.min.css ">
7+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0 /css/bulma.min.css ">
88 < style >
99 [v-cloak ] {
1010 display : none;
@@ -20,16 +20,13 @@ <h1 class="title">
2020 Vue Numeric
2121 </ h1 >
2222 < h2 class ="subtitle ">
23- Input field component to display currency value based on Vue
23+ Input field component to display currency value based on Vue.js
2424 </ h2 >
2525 </ div >
2626 </ div >
2727 </ section >
2828
29- < br >
30-
31- < div class ="container ">
32-
29+ < div class ="section container ">
3330 < div class ="columns is-multiline is-mobile ">
3431 < div class ="column is-12 has-text-centered ">
3532 < p class ="control ">
@@ -116,10 +113,16 @@ <h1 class="title is-4">
116113 < a href ="http://opensource.org/licenses/mit-license.php "> MIT</ a >
117114 </ p >
118115 < p >
119- < a href ="https://github.com/kevinongko/vue-numeric ">
120- < img src ="https://img.shields.io/github/stars/kevinongko/vue-numeric.svg?style=social&label=Star ">
116+ < a href ="https://www.npmjs.com/package/vue-numeric " target ="_blank ">
117+ < img src ="https://img.shields.io/npm/v/vue-numeric.svg ">
118+ < img src ="https://img.shields.io/npm/dt/vue-numeric.svg ">
119+ < img src ="https://img.shields.io/npm/dm/vue-numeric.svg ">
120+ < img src ="https://img.shields.io/npm/l/vue-numeric.svg ">
121121 </ a >
122- < a href ="https://github.com/kevinongko/vue-numeric ">
122+ </ p >
123+ < p >
124+ < a href ="https://github.com/kevinongko/vue-numeric " target ="_blank ">
125+ < img src ="https://img.shields.io/github/stars/kevinongko/vue-numeric.svg?style=social&label=Star ">
123126 < img src ="https://img.shields.io/github/forks/kevinongko/vue-numeric.svg?style=social&label=Fork ">
124127 </ a >
125128 </ p >
0 commit comments