fix: 🐛 删除文件署名

This commit is contained in:
huangwentao 2023-05-15 16:13:02 +08:00
parent 414aebae3f
commit d5d197a1c3
3 changed files with 1 additions and 11 deletions

View File

@ -1,6 +1 @@
/*
* @Author: Vinton
* @Date: 2023-05-10 11:47:42
* @Description: file content
*/
export { openFactoryModal } from './src/hooks/useFactoryModal';

View File

@ -1,8 +1,3 @@
<!--
* @Author: Vinton
* @Date: 2023-05-10 11:46:33
* @Description: file content
-->
<template>
<Popup
:show="props.show"

View File

@ -1,6 +1,6 @@
/*
* @Author: Vinton
* @Date: 2023-04-25 10:47:58
* @Date: 2023-05-10 11:46:19
* @Description: file content
*/
import { i18n } from '/@/i18n';