mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
vue3:(bug) Add missing css import on button.vue
This commit is contained in:
parent
c7ee46346a
commit
d18b8dac64
@ -3,6 +3,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import "./buttons.css"
|
||||
import { computed } from 'vue';
|
||||
type Props = {
|
||||
label: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user