mirror of https://gitee.com/xiaonuobase/snowy
大小写修正,否则在linux会出现构建失败的情况
RollupError: Could not resolve "./send/aliyunSmsSend.vue" from "src/views/dev/sms/form.vue" Signed-off-by: 王杰光 <871834898@qq.com>pull/208/MERGE
parent
5ca43282db
commit
ac1193f7bf
|
@ -27,8 +27,8 @@
|
|||
|
||||
<script setup name="smsForm">
|
||||
import XiaouoSmsSend from './send/xiaonuoSmsSend.vue'
|
||||
import AliyunSmsSend from './send/aliyunSmsSend.vue'
|
||||
import TencentSmsSend from './send/tencentSmsSend.vue'
|
||||
import AliyunSmsSend from './send/AliyunSmsSend.vue'
|
||||
import TencentSmsSend from './send/TencentSmsSend.vue'
|
||||
|
||||
const xiaonuoSmsSendRef = ref()
|
||||
const aliyunSmsSendRef = ref()
|
||||
|
|
Loading…
Reference in New Issue