Skip to content

Commit

Permalink
chore: up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Nov 6, 2024
1 parent 658b4bf commit 5e8ae0c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defineExpose({
</script>
```

### Volar
### Volar Config

```jsonc
// tsconfig.json
Expand All @@ -186,6 +186,20 @@ defineExpose({
}
```

### [TS Macro](https://github.com/ts-macro/ts-macro) Config

```ts [tsm.config.json]
import reactivityFunction from 'unplugin-vue-reactivity-function/volar'

export default {
plugins: [
reactivityFunction({
ignore: ['$fetch'],
}),
],
}
```

## License

[MIT](./LICENSE) License © 2023-PRESENT [zhiyuanzmj](https://github.com/zhiyuanzmj)

0 comments on commit 5e8ae0c

Please sign in to comment.