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