Skip to content

Commit 1279e2f

Browse files
Update README.md (#435)
* Update README.md hint style import * Apply suggestions from code review --------- Co-authored-by: Robbie Wagner <rwwagner90@gmail.com>
1 parent 06c5d0c commit 1279e2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ npm install vue-shepherd --save
1919

2020
### Composition API (suggested)
2121

22+
First, in your `main.js`, import the styles
23+
24+
```js
25+
import 'shepherd.js/dist/css/shepherd.css'
26+
```
27+
Then, use shepherd in your components:
28+
2229
```vue
2330
<template>
2431
<div ref="el">

0 commit comments

Comments
 (0)