Alain

Results 38 comments of Alain

![image](https://user-images.githubusercontent.com/22045569/83368549-c9698800-a3eb-11ea-995d-512fa8d8cff6.png) ![image](https://user-images.githubusercontent.com/22045569/83368558-d5554a00-a3eb-11ea-8fe3-97e46ddb94e3.png)

同样的问题

> > 像这样声明一个组件,props 是默认为浏览器原生标签的 props。道具无法获取名称和年龄...😟这似乎与预期的行为不一致,也许我误解了? > > 我认为你应该定义道具。 > > ```js > interface TestProps { > name: string; > age?: number; > } > > export const Test = defineComponent(function...

确实存在 querystring.stringify https://github.com/Gozala/querystring/blob/master/index.js

可能是主项目对 commonjs 的导入配置错误引起的

太长时间没有得到有效反馈,所以关闭

1. Why use "+Page" instead of "index"? 2. Why use uppercase letters instead of lowercase (HTTP routes are case-insensitive)?

I have developed a `tsx` application framework called `airx` that fully embraces `Signal`. It is designed for learning purposes. Here is a code snippet: ```tsx const count = new Signal.State(0);...

I have developed a `tsx` application framework called `airx` that fully embraces `Signal`. It is designed for learning purposes. Here is a code snippet: ```tsx const count = new Signal.State(0);...