This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
lqb
/
nginx-ui
同期ミラー
https://github.com/0xJacky/nginx-ui.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
fix: include directive not load content
#314
Jacky
1 年間 前
親
1d6e61c744
コミット
cbe4da76cd
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
+ 2
- 0
app/src/views/domain/ngx_conf/directive/DirectiveEditorItem.vue
ファイルの表示
@@ -32,6 +32,8 @@ function init() {
}
}
+init()
+
watch(props, init)
function save() {