dv-reviews
v0.0.54
Published
``` npm i dv-reviews ```
Downloads
15
Maintainers
Readme
Vue 3 + TypeScript + Vite
安装
npm 安装
npm i dv-reviews
引入
在需要插件的vue文件中写入以下内容
import {DVReviews} from "dv-reviews"
import 'dv-reviews/dist/style.css'
使用
在需要插件的vue文件中使用
<template>
<DVReviews projectId='xxxx'/> //projectId为查看哪个项目的点评,不传默认查DOG
</template>
注意
如样式看着不对,尝试在style.css内添加
*{
box-sizing: border-box;
}