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 }); const modelValue = defineModel({ default: '', type: String });
</script> </script>
<template>
<!-- 图片验证码 --> <!-- 图片验证码 -->
<template>
<div class="flex w-full"> <div class="flex w-full">
<div class="flex-1"> <div class="flex-1">
<VbenInput <VbenInput