質問編集履歴
2
自己解決を追記
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
[Vue3] 親→子コンポーネントに「defineProps」で、変数を渡そうとしても「error 'defineProps' is not defined no-undef」が出力
|
1
|
+
#自己解決済 [Vue3] 親→子コンポーネントに「defineProps」で、変数を渡そうとしても「error 'defineProps' is not defined no-undef」が出力
|
body
CHANGED
File without changes
|
1
ソースscript箇所修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
<script>
|
18
18
|
import Test01 from './components/Test01.vue'
|
19
|
-
|
19
|
+
</script>
|
20
20
|
//----------
|
21
21
|
|
22
22
|
/* 子コンポーネント /app/hoge/src/components/Test01.vue */
|