1.13.0 • Published 9 months ago

@cewald/nuxt-boilerplate v1.13.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@cewald/nuxt-boilerplate

npm.io npm.io npm.io

– More infos are following.


Troubleshooting

Use global types as root generic type parameters of defineProps

If you want to use global types as root generic type parameters of defineProps like defineProps<MyComponentProps> Vue is going to drop an exception like: ERROR Pre-transform error: [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type. This is a bug in Nuxt/Vue and made ticket in their tracker for it: https://github.com/nuxt/nuxt/issues/29757

Until it is solved, you can bypass this problem by using this syntax:

const { propType } = defineProps<{ propType: MyGlobalPropType }>()
1.11.3

9 months ago

1.10.4

9 months ago

1.13.0

9 months ago

1.11.2

9 months ago

1.10.3

9 months ago

1.12.0

9 months ago

1.11.1

9 months ago

1.10.2

9 months ago

1.9.0

9 months ago

1.8.1

9 months ago

1.8.0

9 months ago

1.11.0

9 months ago

1.10.1

9 months ago

1.10.0

9 months ago

1.7.3

9 months ago

1.6.4

9 months ago

1.7.2

9 months ago

1.6.3

9 months ago

1.7.1

9 months ago

1.6.2

9 months ago

1.7.0

9 months ago

1.6.1

9 months ago

1.6.0

9 months ago

1.5.0

9 months ago

1.3.2

9 months ago

1.4.0

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.6.6

9 months ago

1.7.4

9 months ago

1.6.5

9 months ago

1.2.5

9 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago