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

fix(ConfigTemplate): pass directives prop to DirectiveEditor

Jacky преди 3 дни
родител
ревизия
5b4f97e136
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/src/views/site/site_edit/components/ConfigTemplate/ConfigTemplate.vue

+ 1 - 0
app/src/views/site/site_edit/components/ConfigTemplate/ConfigTemplate.vue

@@ -109,6 +109,7 @@ async function add() {
       </div>
       <DirectiveEditor
         v-if="data.directives"
+        :directives="data.directives"
         readonly
       />
       <LocationEditor