mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
vue3 remove logs
This commit is contained in:
parent
8392cd3823
commit
ea751c23f8
@ -163,7 +163,6 @@ export function generateSource(
|
||||
const slotProps = Object.entries(argTypes).filter(
|
||||
([arg]) => argTypes[arg]?.table?.category === 'slots'
|
||||
);
|
||||
console.log('slotProps ', slotProps);
|
||||
if (slotArgs && slotArgs.length > 0) {
|
||||
const namedSlotContents = createNamedSlots(slotArgs, slotProps, byRef);
|
||||
return `<${name} ${props}>\n${namedSlotContents}\n</${name}>`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user