From 52c2d7c794c9580f7d2ba4cd5b8aee76e541f8f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 22 Feb 2018 02:37:04 +0900 Subject: [PATCH] wip --- src/web/app/mobile/views/components/index.ts | 5 +++++ .../app/mobile/views/components/post-form.vue | 22 +++++++++++-------- .../{ui-header.vue => ui.header.vue} | 7 +++--- .../components/{ui-nav.vue => ui.nav.vue} | 22 +++++++++---------- src/web/app/mobile/views/components/ui.vue | 16 ++++++++++---- src/web/app/mobile/views/pages/drive.vue | 3 ++- 6 files changed, 47 insertions(+), 28 deletions(-) create mode 100644 src/web/app/mobile/views/components/index.ts rename src/web/app/mobile/views/components/{ui-header.vue => ui.header.vue} (97%) rename src/web/app/mobile/views/components/{ui-nav.vue => ui.nav.vue} (77%) diff --git a/src/web/app/mobile/views/components/index.ts b/src/web/app/mobile/views/components/index.ts new file mode 100644 index 000000000..f628dee88 --- /dev/null +++ b/src/web/app/mobile/views/components/index.ts @@ -0,0 +1,5 @@ +import Vue from 'vue'; + +import ui from './ui.vue'; + +Vue.component('mk-ui', ui); diff --git a/src/web/app/mobile/views/components/post-form.vue b/src/web/app/mobile/views/components/post-form.vue index 6c41a73b5..bba669229 100644 --- a/src/web/app/mobile/views/components/post-form.vue +++ b/src/web/app/mobile/views/components/post-form.vue @@ -3,27 +3,27 @@
- { 1000 - refs.text.value.length } + {{ 1000 - refs.text.value.length }}
- - -
+ + +
    -
  • -
    +
  • +
- + - +
@@ -31,9 +31,10 @@