mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix(cli): set document title
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user