Vue-点击切换用户名邮箱 2021-6-25 11:03 | 589 | 0 | vue学习日记 79 字 | 2 分钟 最终效果预览 用户账户: 用户邮箱: 点击切换类型 html代码 <p v-if="isUser"><label for="name">用户姓名:</label><input type="text" id="name"></p> <p v-else><label for="email">用户邮箱:</…