vk-nps
v1.0.6
Published
## install ``` npm install vk-nps -S ```
Downloads
4
Readme
vk-nps
install
npm install vk-nps -S
use
import vkNps from 'vk-nps'
Vue.use(vkNps)
<vk-nps url="http://www.baidu.com"></vk-nps>
attribute
- url: 跳转nps地址
- theStyle: style对象
- icon: icon图标类名
- childList: 子页面列表对象
childList: [
{
route: '/xxx', // 要配置的页面
url: 'xxx', // 当前页面要跳转的nps地址
}
]
- hideList: 需要隐藏的页面的地址
hideList: ['/login', 'xxx']