1.0.0-beta • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago