profile.vue
313 Bytes
<template>
<div class="content">
<div>
<div class="top-space"></div>
<h2 class="tit">{{title}}</h2>
<div class="box desc ql-editor text-jtf" v-html="content">
</div>
</div>
</div>
</template>
<script src="./profile.js"></script>
<style lang="scss" scoped>
@import "./profile.scss";
</style>