Ver Fonte

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

laiqi há 11 meses atrás
pai
commit
b729644ea3
1 ficheiros alterados com 1 adições e 1 exclusões
  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';