Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
♻️ #10 コメント追記
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoruni committed Feb 19, 2020
1 parent f20c42e commit 1799681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JavaScript/Vue/sandbox/src/views/Vuecolor.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<template>
<div class="vue-color">
<!-- 赤青緑のブロック -->
<div class="d-flex mt-2">
<div v-for="section in sections" :key="section.id" :style="{background:section.background}" class="section mr-2"
@click="clickSection(section.background)">
{{ section.id }}
</div>
</div>
<!-- カラーピッカーのブロック -->
<div class="mt-2">
<div class="section" :style="{background:color.hex}">
change
Expand Down

0 comments on commit 1799681

Please sign in to comment.