mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-11 04:12:24 +03:00
Update README.md
This commit is contained in:
@@ -33,8 +33,8 @@ Other demos:
|
||||
## Or alternatively directly include the javascript
|
||||
Download the css and js files from `dist` folder or reference them directly from github (check jsfiddle links)
|
||||
```html
|
||||
<link rel="stylesheet" href="vue-form-wizard.min.css">
|
||||
<script src="vue-form-wizard.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.min.css">
|
||||
<script src="https://unpkg.com/vue-form-wizard/dist/vue-form-wizard.js"></script>
|
||||
```
|
||||
## Component registration
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user