Tusooa Zhu
2 years ago
|
@@ -30,11 +30,11 @@
|
|
</button>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <input
|
|
|
|
|
|
+ <textarea
|
|
v-show="editing"
|
|
v-show="editing"
|
|
v-model="localNote"
|
|
v-model="localNote"
|
|
class="note-text"
|
|
class="note-text"
|
|
- >
|
|
|
|
|
|
+ />
|
|
<span
|
|
<span
|
|
v-show="!editing"
|
|
v-show="!editing"
|
|
class="note-text"
|
|
class="note-text"
|