yliu

Results 9 issues of yliu

### 问题是什么 直接按照实例引用报错 ``` js import axios from 'axios' import mpAdapter from 'axios-miniprogram-adapter' axios.defaults.adapter = mpAdapter const instance = axios.create({ baseURL: 'http://tms.vicici.com:9002/' }); // 添加请求拦截器 instance.interceptors.request.use(function (config) { // 在发送请求之前做些什么...

- [x] I confirm that this is an issue rather than a question. ## Bug report - config.ts ``` ts sidebar: { '': [ '/install', { text: '通用', children: [...

**Describe the bug** **To Reproduce** Minimal code to reproduce the bug ```js const { production, } = require('./config/index'); const date = { presets: [ [ '@babel/preset-env', { useBuiltIns: 'usage', },...

### Acknowledgements - [X] I searched existing issues before opening this one to avoid duplicates - [X] I understand this is not a place for seek help, but to report...

bug
pending triage

最后一篇文章截止到22年8月至今已经一年多了

如题,因为很多时候并不会安装环境,尤其是我用的是node

router ``` js ``` 使用 ``` js import { useParams } from 'react-router-dom'; const { id } = useParams(); // ?undefined ```

``` js import { computed, defineComponent } from "vue"; export default defineComponent({ props: { size: { type: Number, default: 24, }, }, setup(props, { attrs, slots }) { const myClass...

如题,prettier3.0版本之后不支持自动化格式中英文空格,这个项目虽然可以通过cli的形式来修复,但是不够通用,prettier已经有足够的插件等生态,接入prettier可以直接完成编写格式化等工作。