1.0.0-beta • Published 3 years ago

@dirtywei/vue3-emoji-input v1.0.0-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

安装

pnpm i @dirtywei/vue3-emoji-input

注册

在 main.ts 注册插件

import { createApp } from 'vue'

import App from './App.vue'
import EmojiInput from '@dirtywei/vue3-emoji-input'
import '@dirtywei/vue3-emoji-input/dist/style.css'

const app = createApp(App)
app.use(EmojiInput) // 新增
app.mount('#app')

使用

<template>
  <EmojiInput></EmojiInput>
</template>

<script setup lang="ts"></script>
1.0.0-beta

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago