mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
fix import ref from vue
This commit is contained in:
parent
e447524194
commit
3777314fda
@ -3,7 +3,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="typescript">
|
||||
import { h, computed, reactive } from 'vue';
|
||||
import { h, computed, ref } from 'vue';
|
||||
|
||||
export default {
|
||||
name: 'reactive-args',
|
||||
|
Loading…
x
Reference in New Issue
Block a user