chore: 注释位置

This commit is contained in:
dap 2024-11-25 10:07:59 +08:00
parent 046476f8bd
commit af622d852f

View File

@ -23,8 +23,8 @@ defineEmits<{ captchaClick: [] }>();
const modelValue = defineModel({ default: '', type: String });
</script>
<!-- 图片验证码 -->
<template>
<!-- 图片验证码 -->
<div class="flex w-full">
<div class="flex-1">
<VbenInput