当前位置: 首页 > 工具软件 > Emoji-Picker > 使用案例 >

表情用法 vue-emoji-picker-custom

池麒
2023-12-01

安装

npm install  vue-emoji-picker-custom

import { VEmojiPicker } from 'vue-emoji-picker-custom';

components: {VEmojiPicker},

用法

 <el-form-item label="群发内容" prop="content">
          <div class="emoji_box">
            <div id="exampleInputEmoji">
              <a-button style="font-size:20px" @click="toogleDialogEmoji">��</a-button>
              <VEmojiPicker v-show="showDialog" labelSearch="Search" lang="pt-BR" @select="selectEmoji" />
              <el-input ref="texttemplate"  id="emojiInput"  clearable type="textarea"
                   
 类似资料: