We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068c60c commit 1d5e42dCopy full SHA for 1d5e42d
2 files changed
README.md
@@ -33,7 +33,7 @@ The widget supports a lot of options - see FastCommentsConfig [here](https://git
33
```vue
34
<script lang="ts">
35
import Vue from 'vue';
36
-import FastCommentsVue from 'fastcomments-vue.vue';
+import FastCommentsVue from 'fastcomments-vue';
37
38
export default Vue.extend({
39
name: 'ServeDev',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastcomments-vue",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"author": "winrid",
5
"license": "MIT",
6
"repository": "fastcomments/fastcomments-vue",
0 commit comments