Skip to content

Commit 23ff498

Browse files
committed
v2
1 parent 2861df5 commit 23ff498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.15",
3+
"version": "2.0.1",
44
"author": "winrid",
55
"license": "MIT",
66
"repository": "fastcomments/fastcomments-vue",

src/fastcomments-vue.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
async mounted() {
4040
// @ts-ignore
4141
if (window && !window.FastCommentsUI) {
42-
await insertScript('https://cdn.fastcomments.com/js/embed.min.js', 'fastcomments-widget-script', window.document.body);
42+
await insertScript('https://cdn.fastcomments.com/js/embed-v2.min.js', 'fastcomments-widget-script', window.document.body);
4343
}
4444
// @ts-ignore
4545
lastWidgetInstance = window.FastCommentsUI(document.getElementById(this.widgetId), this.config);

0 commit comments

Comments
 (0)