This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lqb
/
nginx-ui
espejo de
https://github.com/0xJacky/nginx-ui.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
fix: include directive not load content
#314
Jacky
hace 1 año
padre
1d6e61c744
commit
cbe4da76cd
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
+ 2
- 0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
Ver fichero
@@ -32,6 +32,8 @@ function init() {
}
}
+init()
+
watch(props, init)
function save() {