Browse Source

优化ai编码

神仙都没用 9 tháng trước cách đây
mục cha
commit
d72dd5410d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/helper/views/ai-code.vue

+ 1 - 1
src/modules/helper/views/ai-code.vue

@@ -379,7 +379,7 @@ const lang = reactive({
 		code.active = lang.value.toLocaleLowerCase() + '-entity';
 	},
 
-	tpl() {
+	get tpl() {
 		const d = {
 			Node: 'typescript',
 			Java: 'java',