We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6904b10 commit a4cd229Copy full SHA for a4cd229
src/ContentContainer.vue
@@ -18,7 +18,7 @@
18
19
<script>
20
import { inject } from 'vue';
21
-import useContentContainer from './useContentContainer.js';
+import useContentContainer from './useContentContainer';
22
23
export default {
24
inheritAttrs: false,
src/ContentHeadline.vue
@@ -6,7 +6,7 @@
6
</template>
7
8
9
-import useContentHeadline from './useContentHeadline.js';
+import useContentHeadline from './useContentHeadline';
10
11
12
0 commit comments