-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defineComponentの書き方 #101
Comments
これが推奨っぽいです |
|
あと上のやり方でやると |
よく見たら |
title: {
type: String,
default: ''
}, があったときに |
PublicPropsとは…?ってなってますが… |
currentNavigation: {
type: String as PropType<NavigationItemType>,
default: 'home' as const
}
|
vuejs/composition-api#146 何か所か下のissueにひっかかるんですが、見た感じ割とすぐに直りそうです |
上の方針で |
#96 (comment)
The text was updated successfully, but these errors were encountered: