浏览代码

fix: editor-codeblock crash on insert

NGPixel 8 年之前
父节点
当前提交
fa098f8ece
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/js/components/editor-codeblock.vue

+ 1 - 1
client/js/components/editor-codeblock.vue

@@ -110,7 +110,7 @@
         this.$store.dispatch('alert', {
           style: 'blue',
           icon: 'inbox',
-          msg: self.$t('editor.codeblocksuccess')
+          msg: this.$t('editor.codeblocksuccess')
         })
         this.cancel()
       }