diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / diff --git a/src/components/Animation/AnimationOpacity.global.vue b/src/components/Animation/AnimationOpacity.global.vue index 9619d6d..2f4212c 100644 --- a/src/components/Animation/AnimationOpacity.global.vue +++ b/src/components/Animation/AnimationOpacity.global.vue @@ -10,6 +10,3 @@ - - \ No newline at end of file diff --git a/src/components/Dropdown/Dropdown.global.vue b/src/components/Dropdown/Dropdown.global.vue index 7d57235..d42b56f 100644 --- a/src/components/Dropdown/Dropdown.global.vue +++ b/src/components/Dropdown/Dropdown.global.vue @@ -1,26 +1,14 @@ + + diff --git a/src/modules/otus/components/Panel/PanelMap/PanelMap.vue b/src/modules/otus/components/Panel/PanelMap/PanelMap.vue index e2239ad..f7e9817 100644 --- a/src/modules/otus/components/Panel/PanelMap/PanelMap.vue +++ b/src/modules/otus/components/Panel/PanelMap/PanelMap.vue @@ -3,13 +3,13 @@
- + - -
- -
-
- + + +
    + +
+
+
    -
    ... Show all ... ({{ count }}) -
    + diff --git a/src/modules/otus/views/Index.vue b/src/modules/otus/views/Index.vue index 1988553..4f1a825 100644 --- a/src/modules/otus/views/Index.vue +++ b/src/modules/otus/views/Index.vue @@ -5,12 +5,14 @@
    - + + +
    - + + +
    + const metaObj = Object.entries(configObj).filter(([key]) => key.startsWith('meta_') ) @@ -7,7 +7,8 @@ export function getMetaFromConfig(configObj) { const metaKey = key.slice(5) return { - [metaKey]: value + name: metaKey, + content: value } }) }