Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankfang/fyykkhdrhayoies


https://github.com/frankfang/fyykkhdrhayoies

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# 我的 Vue 3 + TSX 项目

## 编码规范

### ref 默认值

推荐使用

```tsx
const div = ref();
```

不推荐使用

```tsx
const div = ref(null);
```

## 如何开发

## 如何打包