From 88c69df69b752f472b0f7aed9e2e5f44afa6a0e8 Mon Sep 17 00:00:00 2001 From: Sanasol Date: Wed, 14 Feb 2018 23:19:35 +0700 Subject: [PATCH] image fit, author select --- web/src/components/CourseRedactor.vue | 49 +++++++++++++++++++++++++-- web/src/components/blocks/Image.vue | 2 ++ web/src/components/consts.js | 3 ++ web/src/js/modules/api.js | 16 +++++++++ 4 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 web/src/components/consts.js diff --git a/web/src/components/CourseRedactor.vue b/web/src/components/CourseRedactor.vue index 18e850f2..46c047a4 100644 --- a/web/src/components/CourseRedactor.vue +++ b/web/src/components/CourseRedactor.vue @@ -10,9 +10,11 @@
Аватар
-
+
АВТОР
-
{{ authorName }}
+
{{ authorName }}
+
@@ -239,6 +241,7 @@