1.0.0 • Published 4 years ago

vuepress-plugin-dynamic-title v1.0.0

Weekly downloads
64
License
MIT
Repository
github
Last release
4 years ago

vuepress-plugin-dynamic-title

Install

yarn add vuepress-plugin-dynamic-title -D
# or use npm
npm i vuepress-plugin-dynamic-title -D

Usage

module.exports = {
  plugins: ['dynamic-title']
}

Options

module.exports = {
  plugins: [
    [
      "dynamic-title",
      {
        showIcon: "/favicon.ico",
        showText: "(/≧▽≦/)咦!又好了!",
        hideIcon: "/failure.ico",
        hideText: "(●—●)喔哟,崩溃啦!",
        recoverTime: 2000
      }
    ]
  ]
}

Thanks

1.0.0

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago