1.0.9 • Published 6 months ago

common-profile v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Common profile组件

安装依赖

npm install common-profile

开始使用

main.js文件中引入并注册
import SelfProfile from 'common-profile';
Vue.use(SelfProfile);

Input 组件

<Profile :token="token" :url="url" @logout="logout" @successupdate="successupdate"></Profile>
token: 请求头中携带的token
url: 请求的url
@logout: 退出登录
@successupdate: 编辑成功回调
1.0.9

6 months ago

1.0.8

8 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.3

1 year ago

0.0.1

4 years ago