1.0.7 • Published 3 years ago

bingxixi-common-title v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

bingxixi-common-title 是vue组件公共头部

Install

npm bingxixi-common-title -S

USE

import xxxx from 'bingxixi-common-title' // 整个模块

// 可进行全局的组件注册,也可以单独引入到组件
Vue.component('xxxx', xxxx); 

// 也可以vue页面中引入,直接注册
components: {
  xxxx,
},

Props

参数类型说明默认值必传
titleString当前页面名称

Preview

none

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago