Pārlūkot izejas kodu

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

laiqi 11 mēneši atpakaļ
vecāks
revīzija
b729644ea3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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';