Skip to content

Commit 4e20afa

Browse files
committed
Update version
1 parent 6229e60 commit 4e20afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Vue.use(FontPicker);
4040
Use the component:
4141

4242
```html
43-
<font-picker :api-key="'YOUR-KEY-HERE'" :options="options"></font-picker
43+
<font-picker :api-key="'YOUR-KEY-HERE'" :options="options" :active-font="fontFamily" @change="myFunc"></font-picker
4444
```
4545

4646
### 3. Applying the selected font

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "font-picker-vue",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Font selector component for Google Fonts",
55
"keywords": [
66
"fonts",

0 commit comments

Comments
 (0)