Skip to content

Commit 522b710

Browse files
committed
fix: 解决控制台报错问题
1 parent 2bc07c9 commit 522b710

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/container/compose/edit

1 file changed

+1
-1
lines changed

frontend/src/views/container/compose/edit/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const name = ref();
9393
const environmentStr = ref();
9494
const environmentEnv = ref();
9595
const createdBy = ref();
96-
const envFileContent = `env_file:\n - 1panel.env`;
96+
const envFileContent = ref(`env_file:\n - 1panel.env`);
9797
9898
const onSubmitEdit = async () => {
9999
const param = {

0 commit comments

Comments
 (0)