This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
lqb
/
nginx-ui
mirror de
https://github.com/0xJacky/nginx-ui.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
fix: include directive not load content
#314
Jacky
1 ano atrás
pai
1d6e61c744
commit
cbe4da76cd
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
+ 2
- 0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
Ver arquivo
@@ -32,6 +32,8 @@ function init() {
}
}
+init()
+
watch(props, init)
function save() {