提交 4458d76c 编写于 作者: fxy060608's avatar fxy060608

feat(h5): document.title = navigationBarTitleText #394

上级 0d3256d8
......@@ -383,7 +383,14 @@ export default {
return btns
}
},
watch: {
titleText (newVal, oldVal) {
document.title = newVal
}
},
mounted () {
document.title = this.titleText
if (this.searchInput) {
const input = this.$refs.input
input.$watch('composing', val => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册