mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): set document title
This commit is contained in:
parent
d23085a621
commit
f964790b3e
@ -71,11 +71,15 @@ export default {
|
||||
setLang(val);
|
||||
this.setTitle();
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
// TODO
|
||||
// this.setTitle();
|
||||
config: {
|
||||
handler(val) {
|
||||
if (val) {
|
||||
this.setTitle();
|
||||
}
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user