Fix ContentBlock import problem in Chapter component
This commit is contained in:
parent
a512ef4f63
commit
e2c20cca2f
|
|
@ -8,7 +8,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ContentBlock from '@/components/content-blocks/ContentBlock.vue';
|
import ContentBlock from '@/components/ContentBlock.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: ['chapter'],
|
props: ['chapter'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue