Update PostPresenter component

This commit is contained in:
Daniel Supernault 2019-02-12 22:46:05 -07:00
parent 46e2cece94
commit 42c02aa273
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 38 additions and 16 deletions

View file

@ -3,7 +3,6 @@
</template>
<style type="text/css" scoped>
@import '~quill/dist/quill.snow.css';
body {
background-color: #ECECEC;
}
@ -19,7 +18,6 @@
</style>
<script type="text/javascript">
import Quill from 'quill';
export default {
data() {