소스 검색

fix: 修正产品管理表单中的脚本语言属性拼写错误

laiqi 11 달 전
부모
커밋
b729644ea3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/web-ele/src/views/product-manage/form.vue

+ 1 - 1
apps/web-ele/src/views/product-manage/form.vue

@@ -1,4 +1,4 @@
-<script lan,="ts" setup>
+<script lang="ts" setup>
 import type { ProductEntity } from '@vben/types';
 
 import { computed, ref } from 'vue';