mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Vue: Fix typo in template Button
This commit is contained in:
parent
3dbf5f6900
commit
60f1aa50ea
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<button type="button" :class="classes" @click="onClick" :style="style">{{ label }}</button>
|
||||
<button type="button" :class="classes" @click="onClick" :style="style">{{ children }}</button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -9,7 +9,7 @@ export default {
|
||||
name: 'my-button',
|
||||
|
||||
props: {
|
||||
label: {
|
||||
children: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user