Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Props name can show with '-' connection ? #122

Closed
zhnoah opened this issue Dec 9, 2019 · 1 comment · Fixed by #123
Closed

Props name can show with '-' connection ? #122

zhnoah opened this issue Dec 9, 2019 · 1 comment · Fixed by #123

Comments

@zhnoah
Copy link

zhnoah commented Dec 9, 2019

Is your feature request related to a problem? Please describe.

.vue file

...
props: {
  addonTooltip: String
}
...

info panel

NAME TYPE DEFAULT DESCRIPTION
addon-tooltip string

Describe the solution you'd like

Can an option be implemented?

setDefaults({
    useHyphen: true
});

Feasible?

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@pocka
Copy link
Owner

pocka commented Dec 9, 2019

Yes, and we should implement it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants