fix: build - retire storybook
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import Picture from "./Picture.vue"
|
||||
|
||||
export default {
|
||||
component: Picture,
|
||||
title: "Components/Profile",
|
||||
}
|
||||
|
||||
const Template = (_args, { argTypes }) => ({
|
||||
components: { Picture },
|
||||
props: Object.keys(argTypes),
|
||||
template: `<ProfilePicture v-bind="$props" v-on="$props" />`,
|
||||
})
|
||||
|
||||
export const ProfilePicture = Template.bind({})
|
||||
ProfilePicture.args = {}
|
||||
Reference in New Issue
Block a user