| | |
| | | <template> |
| | | <div class="blog-main"> |
| | | <div class="edit-main fade"> |
| | | <MyOwO v-if="1==1"></MyOwO> |
| | | <div v-else class="edit-main fade"> |
| | | <div class="edit-info"> |
| | | <div class="edit-info-body blog-container "> |
| | | 配置项 |
| | |
| | | queryBlogArticleType |
| | | } from '../../api/blogArticleType.js' |
| | | |
| | | import MyOwO from '../common/MyOwO.vue' |
| | | |
| | | import VueMarkdown from 'vue-markdown' |
| | | const exp1 = |
| | | "###   十里平湖 \r> ##### (卢照邻·唐) \r> 化自《长安古意》 \r* 十里平湖霜满天 \r* 寸寸青丝愁华年 \r* 对月形单望相护 \r* 只羡鸳鸯不羡仙 \r![](http://blog.inleft.com/photo/example.jpg)\n\n"; |
| | |
| | | |
| | | export default { |
| | | components: { |
| | | VueMarkdown |
| | | VueMarkdown, |
| | | MyOwO, |
| | | }, |
| | | beforeMount() { |
| | | queryBlogArticleType({}).then((res) => { |