Skip to content

Instantly share code, notes, and snippets.

View evan4's full-sized avatar
:electron:
The sky's the limit

Ivan Dedov evan4

:electron:
The sky's the limit
  • Tashkent, Uzbekistan
  • 18:21 (UTC +05:00)
  • LinkedIn in/evan4mc
View GitHub Profile
import { PolarArea, mixins } from 'vue-chartjs'
const { reactiveProp } = mixins
export default {
extends: PolarArea,
mixins: [reactiveProp],
props: ['options'],
mounted () {
// this.chartData is created in the mixin.
// If you want to pass options please create a local options object
<template>
<div class="small">
<line-chart :chart-data="datacollection" :options="options"></line-chart>
</div>
</template>
<script>
import LineChart from './LineChart.js'
export default {
<template>
<div class="small">
<line-chart :chart-data="datacollection" :options="options"></line-chart>
</div>
</template>
<script>
import LineChart from './LineChart.js'
export default {
<template>
<div>
<v-layout v-if="what_is_card_drop_down == 1" column>
<div class="mb-4">
<div class="mb-4">
<h3>Наша жизнь</h3>
<div class="hooper-slider">
<div class="hooper-navigation">
<button @click.prevent="slidePrev" class="hooper-prev">
<svg class="icon icon-arrowLeft" viewBox="0 0 24 24" width="24px" height="24px"><title>Arrow Left</title><path d="M0 0h24v24H0z" fill="none"></path><path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"></path></svg>
@evan4
evan4 / search.vue
Last active January 28, 2019 10:06
search.vue
<template>
<div>
<v-layout
style="height: 100%; width: 800px; margin: 0 auto;" class="search-all" column align-center>
<div style="margin: 96px 0 48px 0; width: 100%">
<v-layout align-start>
<h1>Лучшая работа - лучшим специалистам</h1>
<p>
@evan4
evan4 / toolbar.vue
Last active January 28, 2019 10:05
<template>
<div>
<!-- #4c3e39 - цвет -->
<v-toolbar
v-show="!loading"
clipped-left class="top-menu" style="z-index: 10">
<v-toolbar-side-icon to="/left_menu" @click="set_drawer_left_menu()"></v-toolbar-side-icon>
<v-layout style="height: 64px; margin: 0 24px" justify-space-between row>
<v-flex class="mr-2" style="background-color: #4C3F39; text-align: center" xs6>
<img style="height: 100%; padding: 12px 0" src="logo.png" alt="">
<template>
<div>
<!-- #4c3e39 - цвет -->
<v-toolbar
v-show="!loading"
clipped-left class="top-menu" style="z-index: 10">
<v-toolbar-side-icon to="/left_menu" @click="set_drawer_left_menu()"></v-toolbar-side-icon>
<v-layout style="height: 64px; margin: 0 24px" justify-space-between row>
<v-flex class="mr-2" style="background-color: #4C3F39; text-align: center" xs6>
<img style="height: 100%; padding: 12px 0" src="logo.png" alt="">
@evan4
evan4 / search
Last active January 28, 2019 12:01
<template>
<div>
<!-- #4c3e39 - цвет -->
<v-toolbar clipped-left class="top-menu" style="position: fixed; z-index: 10">
<v-toolbar-side-icon
@click.stop="drawer = !drawer"
></v-toolbar-side-icon>
<v-layout style="height: 64px; margin: 0 24px" justify-space-between row>
<v-flex class="mr-2" style="background-color: #4C3F39; text-align: center" xs6>
@evan4
evan4 / RightMenu
Last active January 29, 2019 13:29
<template>
<div v-if="drawerChild">
<v-navigation-drawer class="right-menu" right
v-model="drawerChild"
temporary
absolute
style="z-index: 9"
>
<v-list id="right-menu-resume" style="text-align: center">
<v-list-group class="resume_field_activity" no-action sub-group>