We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2861df5 commit 23ff498Copy full SHA for 23ff498
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastcomments-vue",
3
- "version": "1.0.15",
+ "version": "2.0.1",
4
"author": "winrid",
5
"license": "MIT",
6
"repository": "fastcomments/fastcomments-vue",
src/fastcomments-vue.vue
@@ -39,7 +39,7 @@
39
async mounted() {
40
// @ts-ignore
41
if (window && !window.FastCommentsUI) {
42
- await insertScript('https://cdn.fastcomments.com/js/embed.min.js', 'fastcomments-widget-script', window.document.body);
+ await insertScript('https://cdn.fastcomments.com/js/embed-v2.min.js', 'fastcomments-widget-script', window.document.body);
43
}
44
45
lastWidgetInstance = window.FastCommentsUI(document.getElementById(this.widgetId), this.config);
0 commit comments