mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Fix actions in SFC_VUE
template
This commit is contained in:
parent
29842474cb
commit
c77777da31
@ -7,9 +7,10 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'my-button',
|
||||
|
||||
|
||||
methods: {
|
||||
onClick () {
|
||||
this.$emit('click');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,9 +7,10 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'my-button',
|
||||
|
||||
|
||||
methods: {
|
||||
onClick () {
|
||||
this.$emit('click');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user