Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd29e6d6

Browse files
authored
fix: use string as prop type in TS (vuejs#13)
1 parent27a9dfa commitd29e6d6

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

‎playground/typescript-jsx-router-vuex-with-tests/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-router-vuex/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-router/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-vuex-with-tests/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-vuex/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx-with-tests/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-jsx/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-router-vuex-with-tests/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

‎playground/typescript-router-vuex/src/components/HelloWorld.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
defineProps<{
3-
msg:String
3+
msg:string
44
}>()
55
</script>
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp