Open xams-creator opened 4 years ago
假如一个 ts文件 有如下内容
ts文件
export default class App { foo() { } bar() { } }
这个文件的文件名最好是什么? app.ts ? App.ts ?
我们没有特别的限制,一般是App.tsx或者App/index.tsx
假如一个
ts文件
有如下内容这个文件的文件名最好是什么? app.ts ? App.ts ?