File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <ButtonSmall class="clipboard" v-else @click =" toggleTodoList " >隐藏已完成事项</ButtonSmall >
2020 </template >
2121
22- <ButtonSmall class="clipboard ml-2" :data-clipboard =" diary .title " >复制</ButtonSmall >
22+ <ButtonSmall class="clipboard ml-2" v-if =" isShowExplode " @click =" toggleContentType " >普通</ButtonSmall >
23+ <ButtonSmall class="clipboard ml-2" v-else @click =" toggleContentType " >炸词</ButtonSmall >
24+ <ButtonSmall class="clipboard ml-2" :data-clipboard =" ` ${diary .title }\n ------------------------\n ${diary .content } ` " >复制标题和内容</ButtonSmall >
2325 </div >
2426 </div >
2527
3032 </div >
3133
3234 <div v-else >
33- <div class =" toolbar" >
34- <ButtonSmall class="clipboard" type="confirm" :data-clipboard =" diary .content " >全部复制</ButtonSmall >
35- <ButtonSmall class="clipboard" v-if =" isShowExplode " @click =" toggleContentType " >普通</ButtonSmall >
36- <ButtonSmall class="clipboard" v-else @click =" toggleContentType " >炸词</ButtonSmall >
37- </div >
3835 <div v-if =" isShowExplode" >
3936 <WordExplode v-if =" diary .content " :content =" diary .content " />
4037 </div >
You can’t perform that action at this time.
0 commit comments