質問編集履歴
2
備考の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,4 +53,13 @@
|
|
53
53
|
<datetimepicker data-v-29f716f1="" label="DatetimePicker"></datetimepicker>
|
54
54
|
<datetimepicker data-v-29f716f1="" label="DatetimePicker"></datetimepicker>
|
55
55
|
|
56
|
+
■npm install時のメッセージ
|
57
|
+
↓これ関係ありますかね?
|
58
|
+
$ npm install --save vue-ctk-date-time-picker
|
59
|
+
npm WARN ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
|
60
|
+
npm WARN vuetify@1.5.12 requires a peer of vue@^2.5.18 but none is installed. You must install peer dependencies yourself.
|
61
|
+
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/chokidar/node_modules/fsevents):
|
62
|
+
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
|
63
|
+
|
64
|
+
|
56
65
|
よろしくお願いいたします・
|
1
記述漏れを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,10 @@
|
|
5
5
|
vue.jsのvuetify.jsで作成されているプログラムに、DateTimePickerを入れようとしています。
|
6
6
|
vuetify-datetime-pickerかvuetify-datetime-pickerにしようと考えています。
|
7
7
|
|
8
|
+
下記は実行済です。
|
9
|
+
npm install --save vuetify-datetime-picker
|
10
|
+
npm install --save vue-ctk-date-time-picker
|
11
|
+
|
8
12
|
■やったこと
|
9
13
|
下記の通り、vuetify-datetime-pickerかvuetify-datetime-pickerを読み込んだのですが、DateTimePickerが表示されません。
|
10
14
|
|