1.0.0-beta • Published 2 years ago

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

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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago