We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.这种怎么改,我用style="background-color:red"不好使 <div class="page has-navbar" v-nav="{ title: '已购买的课程', showBackButton: true}">
<div class="page has-navbar" v-nav="{ title: '已购买的课程', showBackButton: true}">
2.这种只能加style是吧 <von-header style="background-color: #25B7AD;"> <span slot="title" style="color:white">教育心理</span> </von-header> 3.如何监听v-nav中的title,我想在页面初始化的时候去后台查title然后赋值到v-nav中
<von-header style="background-color: #25B7AD;"> <span slot="title" style="color:white">教育心理</span> </von-header>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.这种怎么改,我用style="background-color:red"不好使
<div class="page has-navbar" v-nav="{ title: '已购买的课程', showBackButton: true}">
2.这种只能加style是吧
<von-header style="background-color: #25B7AD;"> <span slot="title" style="color:white">教育心理</span> </von-header>
3.如何监听v-nav中的title,我想在页面初始化的时候去后台查title然后赋值到v-nav中
The text was updated successfully, but these errors were encountered: