fix conflict resolution mistakes

pull/55/head
Shintaro Tanaka 5 years ago committed by Eduardo San Martin Morote
parent 8b50db871a
commit 0bf149f5a9

@ -8,8 +8,9 @@
<script> <script>
import NextAndPrevLinks from './NextAndPrevLinks.vue' import NextAndPrevLinks from './NextAndPrevLinks.vue'
import PageEdit from './PageEdit.vue'
export default { export default {
components:{ NextAndPrevLinks } components:{ NextAndPrevLinks, PageEdit }
} }
</script> </script>
@ -36,9 +37,3 @@ export default {
margin-top: 0; margin-top: 0;
} */ } */
</style> </style>
<script>
import PageEdit from './PageEdit.vue'
export default {
components: { PageEdit }
}
</script>
Loading…
Cancel
Save