mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 05:40:39 +08:00
Fix titlebar null property during initialization (#726)
This commit is contained in:
parent
7bab8fa69c
commit
a803cf4ab5
@ -32,6 +32,7 @@
|
||||
@click.stop="handleMenuClick"
|
||||
>☰</div>
|
||||
<el-tooltip
|
||||
v-if="wordCount"
|
||||
class="item"
|
||||
effect="dark"
|
||||
:content="`${wordCount[show]} ${HASH[show].full + (wordCount[show] > 1 ? 's' : '')}`"
|
||||
|
Loading…
Reference in New Issue
Block a user