Skip to content

Commit 1d5e42d

Browse files
committed
Fixing example
1 parent 068c60c commit 1d5e42d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The widget supports a lot of options - see FastCommentsConfig [here](https://git
3333
```vue
3434
<script lang="ts">
3535
import Vue from 'vue';
36-
import FastCommentsVue from 'fastcomments-vue.vue';
36+
import FastCommentsVue from 'fastcomments-vue';
3737
3838
export default Vue.extend({
3939
name: 'ServeDev',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastcomments-vue",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"author": "winrid",
55
"license": "MIT",
66
"repository": "fastcomments/fastcomments-vue",

0 commit comments

Comments
 (0)