質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,9 +27,7 @@
|
|
27
27
|
|
28
28
|
```fieldinputVue
|
29
29
|
<template>
|
30
|
-
<fieldInput>
|
31
30
|
<v-text-field label="Solo" placeholder="Placeholder" solo></v-text-field>
|
32
|
-
</fieldInput>
|
33
31
|
</template>
|
34
32
|
<script src="./fieldInput.ts"></script>
|
35
33
|
```
|
@@ -40,9 +38,7 @@
|
|
40
38
|
```
|
41
39
|
```searchIconVue
|
42
40
|
<template>
|
43
|
-
<searchIcon>
|
44
41
|
<v-icon>fas fa-search</v-icon>
|
45
|
-
</searchIcon>
|
46
42
|
</template>
|
47
43
|
<script src='./searchIcon.ts'></script>
|
48
44
|
```
|
2
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Vue
|
1
|
+
Vueで複数のコンポーネントを表示したい
|
body
CHANGED
File without changes
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,10 @@
|
|
17
17
|
* @/components/atmos/icons/searchIcon.vue in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/
|
18
18
|
dist/cjs.js??ref--14-0!./node_modules/ts-loader??ref--14-2!./node_modules/eslint-loader??ref--13-0!./src/components/molecules/searchForm.ts?vue&type=script&
|
19
19
|
lang=js&
|
20
|
+
|
21
|
+
To install it, you can run: npm install --save @/components/atmos/icons/searchIcon.vue
|
22
|
+
Type checking in progress...
|
23
|
+
No type errors found
|
20
24
|
```
|
21
25
|
|
22
26
|
### 該当のソースコード
|