随笔分类 - Uniapp
摘要:```https://ask.dcloud.net.cn/article/36293https://ask.dcloud.net.cn/article/36295```
阅读全文
摘要:``` module.exports = { printWidth: 100,//长度100以外换行 semi: true, tabWidth: 4, useTabs: false, singleQuote: true, trailingComma: "none", bracketSpacing: true, proseWrap: "always",//长度100以外总是换行 htmlWhites
阅读全文
摘要:案例 展示电影详情,传递电影的id.从search.vue传递到movie.vue search.vue全部文件 movie接收参数 详解 处理 首先只有movieSingle.socre = 0时才加载组件 同时,trailerStars加载的时候需要放在mounted中加载
阅读全文