.account
.header
label.img_add(for="img_add")
img.avatar(:src="account.avatar")
span.fa.fa-edit.avatar-edit
.name {{ account.name }}
input#img_add(type="file", accept="image/*", @change="upload($event)")
// multiple="multiple",
input#bg(type="file", accept="image/*", @change="upload_bg($event)")
.content.main-width
p account
NuxtLink.button(to="/account/setting") 账户设置