Преглед на файлове

fix: red blockquote incorrect class (#854)

Nick преди 6 години
родител
ревизия
e62ac70464
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      client/components/editor/editor-markdown.vue

+ 1 - 1
client/components/editor/editor-markdown.vue

@@ -61,7 +61,7 @@
                 v-icon(color='warning') format_quote
               v-list-tile-title Warning Blockquote
             v-divider
-            v-list-tile(@click='insertBeforeEachLine({ content: `> `, after: `{.is-error}`})')
+            v-list-tile(@click='insertBeforeEachLine({ content: `> `, after: `{.is-danger}`})')
               v-list-tile-action
                 v-icon(color='error') format_quote
               v-list-tile-title Error Blockquote