This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
lqb
/
nginx-ui
mirror de
https://github.com/0xJacky/nginx-ui.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
fix: include directive not load content
#314
Jacky
há 1 ano atrás
pai
1d6e61c744
commit
cbe4da76cd
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
+ 2
- 0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
Ver Ficheiro
@@ -32,6 +32,8 @@ function init() {
}
}
+init()
+
watch(props, init)
function save() {