摘要: vue-src-api-单独的请求api详情 /** * 文章请求模块 */ import request from '@/utils/request' // 获取频道新闻推荐_V1.1 export const newTuijian = params => { return request({ m 阅读全文
posted @ 2020-11-16 22:45 缔造cool 阅读(525) 评论(0) 推荐(0)
摘要: vue-父子关系模板详情 父亲: <template> <div class="comment-post"> <van-field class="post-field" v-model.trim="message" rows="2" autosize type="textarea" maxlengt 阅读全文
posted @ 2020-11-16 22:28 缔造cool 阅读(432) 评论(0) 推荐(0)
摘要: vue-vue快捷.vue文件代码片段 { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>\n", " </div>", "</template>\n", "<script>", "export defau 阅读全文
posted @ 2020-11-16 22:01 缔造cool 阅读(247) 评论(0) 推荐(0)