free-imui-neo
TypeScript icon, indicating that this package has built-in type declarations

0.1.26 • Public • Published

Free IMUI Neo

基于 VUE 3.0 的 IM 聊天组件

安装

npm install free-imui-neo -S

使用

npm i -S free-imui-neo
// main.js or main.ts
import FreeIMUI from 'free-imui-neo'
import 'free-imui-neo/dist/index.css'

const app = createApp(App)

app.use(freeIMUI)

app.mount('#app')
<template>
  <free-im :userInfo="userInfo" ref="freeIM" />
</template>

<script setup lang="ts">
//当前登录人
const userInfo = {
  id: '66',
  nickname: '',
  avatar: '',
}
</script>

/free-imui-neo/

    Package Sidebar

    Install

    npm i free-imui-neo

    Weekly Downloads

    2

    Version

    0.1.26

    License

    MIT

    Unpacked Size

    295 kB

    Total Files

    40

    Last publish

    Collaborators

    • moonholder