This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
lqb
/
nginx-ui
miroir de
https://github.com/0xJacky/nginx-ui.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
fix: include directive not load content
#314
Jacky
il y a 1 an
Parent
1d6e61c744
commit
cbe4da76cd
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
+ 2
- 0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
Voir le fichier
@@ -32,6 +32,8 @@ function init() {
}
}
+init()
+
watch(props, init)
function save() {