1.0.10 • Published 8 months ago

zhigong-plug v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

使用手册

引入依赖

npm install zhigong-plug 或 yarn zhigong-plug

入口文件引入样式

main.js

import 'zhigong-plug/assets/zhigong-plug.css'

文件中引入

vue3

<template>
  <div id="comment"></div>
</template>
<script setup>
import {plugComment} from 'zhigong-plug'
import { onMounted } from 'vue'
onMounted(() => {
  plugComment({el: '#comment', id: '1655523459926740993',evn: 'test', userInfo: {token: '7a77d632e27df6ff3ea8a4c4f3f53aec'}})
})
</script>
1.0.10

8 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago