1.0.6 • Published 4 years ago

vk-nps v1.0.6

Weekly downloads
36
License
-
Repository
-
Last release
4 years ago

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']
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago