浏览代码

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';