mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Add file extensions to vue imports
Webpack doesn't need them, but Vite does
This commit is contained in:
parent
55131bba8c
commit
5da1246c51
@ -1,4 +1,4 @@
|
||||
import MyHeader from './Header';
|
||||
import MyHeader from './Header.vue';
|
||||
|
||||
export default {
|
||||
title: 'Example/Header',
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { within, userEvent } from '@storybook/testing-library';
|
||||
|
||||
import MyPage from './Page';
|
||||
import MyPage from './Page.vue';
|
||||
|
||||
export default {
|
||||
title: 'Example/Page',
|
||||
|
Loading…
x
Reference in New Issue
Block a user