1.0.2 • Published 2 years ago

vuepress-plugin-runtus-aplayer v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vuepress-plugin-runtus-aplayer

集成了aplayer的vuepress插件

Installation

yarn add vuepress-plugin-runtus-aplayer
# or
npm install vuepress-plugin-runtus-aplayer

Usage

module.exports = {
    plugins: [
        'runtus-aplayer'
    ]
}

Options

position

  • Type: Object
  • Require: false
// example
{
    position: {
        top: xxx,
        left: xxx,
        bottom: xxx,
        right: xxx
    }
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago