vuepress-plugin-feedback

1.2.0 • Public • Published

vue-feedback-component

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"
            }
        ]
    ]
    ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i vuepress-plugin-feedback

Weekly Downloads

3

Version

1.2.0

License

none

Unpacked Size

2.98 kB

Total Files

4

Last publish

Collaborators

  • tech_bro_in_vivo