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);
|
setLang(val);
|
||||||
this.setTitle();
|
this.setTitle();
|
||||||
},
|
},
|
||||||
},
|
|
||||||
|
|
||||||
created() {
|
config: {
|
||||||
// TODO
|
handler(val) {
|
||||||
// this.setTitle();
|
if (val) {
|
||||||
|
this.setTitle();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
immediate: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user