mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
minor refactory
This commit is contained in:
parent
9670e97919
commit
806c43ee93
@ -2,8 +2,8 @@
|
||||
<button type="button" @click="onClick" :class="classes" :style="style">{{ label }} {{ counter }}</button>
|
||||
</template>
|
||||
|
||||
<script lang="typescript">
|
||||
import { h, computed, ref } from 'vue';
|
||||
<script lang="ts">
|
||||
import { computed, ref } from 'vue';
|
||||
|
||||
export default {
|
||||
name: 'reactive-args',
|
||||
@ -18,7 +18,6 @@ export default {
|
||||
},
|
||||
},
|
||||
|
||||
// @ts-expect-error (Converted from ts-ignore)
|
||||
setup(props, { emit }) {
|
||||
const classes = {
|
||||
'storybook-button': true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user