回答編集履歴

3

誤字修正

2019/08/05 15:26

投稿

nico25
nico25

スコア830

test CHANGED
@@ -1,36 +1,36 @@
1
+ ## 方法 1. justify-space-between
2
+
3
+ `justify-space-between` を追記するだけです。
4
+
5
+
6
+
7
+ * [サンプルコード その1 - CodePen](https://codepen.io/niconico25/pen/YmEBLv)
8
+
9
+
10
+
11
+ ここに公式ドキュメントの playground があります。
12
+
13
+ * [Playout playground - Vuetify](https://vuetifyjs.com/en/components/grids#examples)
14
+
1
15
  `justify-space-between` と Row and column breakpoints を使います。
2
16
 
3
17
 
4
18
 
19
+ ## 方法 2. Row and column breakpoints
20
+
21
+ `column` の on/off で切り替えます。
22
+
5
- * [サンプルコード - CodePen](https://codepen.io/niconico25/pen/YmEBLv)
23
+ * [サンプルコード その2 - CodePen](https://codepen.io/niconico25/pen/QeORYb)
6
24
 
7
25
 
8
26
 
9
- ## Row and column breakpoints
10
-
11
27
  公式ドキュメントのここを主に改変して作りました。
12
-
13
-
14
28
 
15
29
  * [Row and column breakpoints](https://vuetifyjs.com/ja/components/grids#row-and-column-breakpoints)
16
30
 
17
31
 
18
32
 
19
-
20
-
21
- ## justify-space-between
22
-
23
- ここに公式ドキュメントの playground があります。
24
-
25
- * [Playout playground - Vuetify](https://vuetifyjs.com/en/components/grids#examples)
26
-
27
-
28
-
29
-
30
-
31
33
  ## 動画
32
-
33
-
34
34
 
35
35
  Vuetify は最近、最新版のバージョンが2に上がり1と少し仕様が変わりました。以下の動画は1系の動画ですがわかりやすかったです。
36
36
 

2

誤字修正

2019/08/05 15:26

投稿

nico25
nico25

スコア830

test CHANGED
@@ -1,10 +1,24 @@
1
- `justify-space-between` を使います。
1
+ `justify-space-between` と Row and column breakpoints を使います。
2
2
 
3
3
 
4
4
 
5
- * [justify-space-between - CodePen](https://codepen.io/niconico25/pen/LwOXww)
5
+ * [サンプルコード - CodePen](https://codepen.io/niconico25/pen/YmEBLv)
6
6
 
7
7
 
8
+
9
+ ## Row and column breakpoints
10
+
11
+ 公式ドキュメントのここを主に改変して作りました。
12
+
13
+
14
+
15
+ * [Row and column breakpoints](https://vuetifyjs.com/ja/components/grids#row-and-column-breakpoints)
16
+
17
+
18
+
19
+
20
+
21
+ ## justify-space-between
8
22
 
9
23
  ここに公式ドキュメントの playground があります。
10
24
 
@@ -12,6 +26,12 @@
12
26
 
13
27
 
14
28
 
29
+
30
+
31
+ ## 動画
32
+
33
+
34
+
15
35
  Vuetify は最近、最新版のバージョンが2に上がり1と少し仕様が変わりました。以下の動画は1系の動画ですがわかりやすかったです。
16
36
 
17
37
  * [Vuetify Tutorial #13 - The Grid System (part 1)](https://www.youtube.com/watch?v=0Qv-6fQBFfA&list=PL4cUxeGkcC9g0MQZfHwKcuB0Yswgb3gA5&index=13)

1

誤字修正

2019/08/05 13:44

投稿

nico25
nico25

スコア830

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ここに公式ドキュメントの playground があります。
10
10
 
11
- * [Layout playground - Vuetify](https://vuetifyjs.com/en/components/grids#examples)
11
+ * [Playout playground - Vuetify](https://vuetifyjs.com/en/components/grids#examples)
12
12
 
13
13
 
14
14