Commit e975facf authored by youjie's avatar youjie

no message

parent 109c678a
<template> <template>
<!-- @input="changeText" -->
<div :data-name="isLocked" class="edit_div" :contenteditable="canEdit" v-html="innerText" @focus="isLocked = true" <div :data-name="isLocked" class="edit_div" :contenteditable="canEdit" v-html="innerText" @focus="isLocked = true"
@blur="isLocked = false" @input="changeText" @blur="isLocked = false,changeText()"
:style="{'font-size':fontSize?fontSize+'px':''}"> :style="{'font-size':fontSize?fontSize+'px':''}">
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment