From f1fc12d9cc779fe2a2ec9e072912bc197d5e23b1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 21 Mar 2020 12:32:40 +0900 Subject: wip --- src/client/pages/note.vue | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'src/client/pages') diff --git a/src/client/pages/note.vue b/src/client/pages/note.vue index ae7917c602..3f270b115a 100644 --- a/src/client/pages/note.vue +++ b/src/client/pages/note.vue @@ -8,22 +8,20 @@ /> - -
- - -
+
+ + +
- -
- -
- - -
- + +
+
- + + +
+ +
@@ -34,7 +32,6 @@ import i18n from '../i18n'; import Progress from '../scripts/loading'; import XNote from '../components/note.vue'; import XNotes from '../components/notes.vue'; -import MkButton from '../components/ui/button.vue'; export default Vue.extend({ i18n, @@ -46,7 +43,6 @@ export default Vue.extend({ components: { XNote, XNotes, - MkButton, }, data() { return { -- cgit v1.2.3-freya