vue-component-metawon't be able to extract default value for prop as props can't be analyzed. props:{// Props definition by function execution...useLayerProps({color:{default:'primary',},variant:{default:'light',},}),} In this scenario, to get the correct default value you can letvu...
When using vue-component-meta with a tsconfig.json that uses references (like the one that is provided by the official Vue starter), the checker will throw an error "Could not find main source file" and does not provide any meta. Version...
I'm also seeing this issue on 8.2.6. HMR doesn't work for my either when using Storybook 8.2.6 and the vue-component-meta plugin (also mentioned in#28817) The interesting thing is: in a Storybook sandbox project for Vue, the HMR works as epexcted and the args table gets updated as...
vuejs732.9kMIT2.1.6 null readme https://yarn.pm/vue-component-meta copy vuejs/language-toolsvue-component-meta Use it $yarn add vue-component-meta Try in RunKit·Browse Files Popularity GitHub stargazers 0 Downloads last 30 days 732.9k ...
Update the generated.storybook/main.tsto use thevue-component-metaplugin for docgen: framework:{name:'@storybook/vue3-vite',options:{docgen:{plugin:'vue-component-meta',tsconfig:'tsconfig.app.json',},},}, Open Storybook in your browser ...
MetaComponent is a component generator that can convert a single component definition into... HTML CSS React React with Styled-Components 💅 Django Mustache/Handlebars Vue (beta) Angular (beta) Ember (alpha) Twig (Drupal / PHP) This is particularly useful for Design Systems and Pattern Librarie...
I am trying examples with https://github.com/vuejs/vue-class-component but it doesn't work like below: export default class App extends Vue { metaInfo = { title: 'Title' } } vishr changed the title How can we use it with https://github.com/vuejs/vue-class-component? How can we...
Using the pre-built component instead of the usePlaidLink composable If you cannot use Vue composables for some reason, you can use the PlaidLink component. ℹ️ See full source code example at examples/component.vue <template> <PlaidLink :token="token" :on-success="onSuccess" :on-event...
Environment latest bun Reproduction https://github.com/Maakdev/bug-2/blob/da512cd7a8e8b54fbc0c8fe50a595e24ecbaaffe/pages/index.vue#L23 Describe the bug That not work meta = setup(() => definePageMeta({ layout: 'admin' })) It was closed i...
definePAgeMeta not work with vue-class-component and vue-facing-decorator #1020 Sign in to view logs Summary Jobs stackblitz Run details Usage Workflow file Triggered via issue March 10, 2025 06:49 Maakdev opened #31316 8e33eca Status Success ...