diff --git a/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue b/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue index 0c7f0a50..bd35c5dc 100644 --- a/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue +++ b/app/src/views/site/ngx_conf/directive/DirectiveEditorItem.vue @@ -1,11 +1,9 @@ - + - + - {{ ngx_directives[props.index].directive }} + {{ ngxDirectives[props.index].directive }} - + + + + + + + + @@ -98,16 +103,16 @@ const currentIdx = inject('current_idx') - +