mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-01 12:04:45 +00:00
Fix code example
This commit is contained in:
parent
c3b3da5fe4
commit
964e29d9c2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ Vue Material is lightweight framework built exactly according to the <a href="ht
|
|||
Import Roboto and Google Icons from Google CDN:
|
||||
|
||||
``` html
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
||||
```
|
||||
|
||||
Install Vue Material through npm or yarn
|
||||
|
|
|
|||
Loading…
Reference in a new issue