4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< 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 ">
8
8
< style >
9
9
[v-cloak ] {
10
10
display : none;
@@ -20,16 +20,13 @@ <h1 class="title">
20
20
Vue Numeric
21
21
</ h1 >
22
22
< 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
24
24
</ h2 >
25
25
</ div >
26
26
</ div >
27
27
</ section >
28
28
29
- < br >
30
-
31
- < div class ="container ">
32
-
29
+ < div class ="section container ">
33
30
< div class ="columns is-multiline is-mobile ">
34
31
< div class ="column is-12 has-text-centered ">
35
32
< p class ="control ">
@@ -116,10 +113,16 @@ <h1 class="title is-4">
116
113
< a href ="http://opensource.org/licenses/mit-license.php "> MIT</ a >
117
114
</ p >
118
115
< 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 ">
121
121
</ 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 ">
123
126
< img src ="https://img.shields.io/github/forks/kevinongko/vue-numeric.svg?style=social&label=Fork ">
124
127
</ a >
125
128
</ p >
0 commit comments