mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
fix: 解决控制台报错问题 (#7299)
This commit is contained in:
parent
db7180a761
commit
b7702daea3
@ -101,6 +101,7 @@
|
|||||||
:indent-with-tab="true"
|
:indent-with-tab="true"
|
||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
|
:disabled="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
:styleActiveLine="true"
|
:styleActiveLine="true"
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
:tabSize="4"
|
:tabSize="4"
|
||||||
:lineWrapping="true"
|
:lineWrapping="true"
|
||||||
:matchBrackets="true"
|
:matchBrackets="true"
|
||||||
|
:disabled="true"
|
||||||
theme="cobalt"
|
theme="cobalt"
|
||||||
:styleActiveLine="true"
|
:styleActiveLine="true"
|
||||||
:extensions="extensions"
|
:extensions="extensions"
|
||||||
@ -93,7 +94,7 @@ const name = ref();
|
|||||||
const environmentStr = ref();
|
const environmentStr = ref();
|
||||||
const environmentEnv = ref();
|
const environmentEnv = ref();
|
||||||
const createdBy = ref();
|
const createdBy = ref();
|
||||||
const envFileContent = `env_file:\n - 1panel.env`;
|
const envFileContent = ref(`env_file:\n - 1panel.env`);
|
||||||
|
|
||||||
const onSubmitEdit = async () => {
|
const onSubmitEdit = async () => {
|
||||||
const param = {
|
const param = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user