mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
fix(cli): set document title
This commit is contained in:
@@ -71,11 +71,15 @@ export default {
|
||||
setLang(val);
|
||||
this.setTitle();
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
// TODO
|
||||
// this.setTitle();
|
||||
config: {
|
||||
handler(val) {
|
||||
if (val) {
|
||||
this.setTitle();
|
||||
}
|
||||
},
|
||||
immediate: true,
|
||||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
Reference in New Issue
Block a user