vuepress-plugin-feedback
v1.2.0
Published
<h1 align="center">vue-feedback-component</h1>
Downloads
13
Readme
vue-feedback-component 基于 vue 构建的反馈组件,此其为 vuepress 插件。
如何使用
安装
npm install vuepress-plugin-feedback
使用
/**
* config.js
*/
module.exports = {
...
plugins: [
[
'vuepress-plugin-feedback',
{
projectId: '160792911269900471',
titleText: "您对平台的使用体验满意吗?",
visiblity: "hide",
bottom: "40px",
right: "96px",
good: "提示文案清晰&&操作简单易懂&&界面清晰整洁&&功能覆盖齐全&&系统稳定&&数据准确",
bad: "操作复杂&&提示、引导文案不清晰&&界面杂乱&&系统经常报错&&功能缺失&&数据不准确",
btn: "show"
}
]
]
...
}