We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658b4bf commit 5e8ae0cCopy full SHA for 5e8ae0c
README.md
@@ -171,7 +171,7 @@ defineExpose({
171
</script>
172
```
173
174
-### Volar
+### Volar Config
175
176
```jsonc
177
// tsconfig.json
@@ -186,6 +186,20 @@ defineExpose({
186
}
187
188
189
+### [TS Macro](https://github.com/ts-macro/ts-macro) Config
190
+
191
+```ts [tsm.config.json]
192
+import reactivityFunction from 'unplugin-vue-reactivity-function/volar'
193
194
+export default {
195
+ plugins: [
196
+ reactivityFunction({
197
+ ignore: ['$fetch'],
198
+ }),
199
+ ],
200
+}
201
+```
202
203
## License
204
205
[MIT](./LICENSE) License © 2023-PRESENT [zhiyuanzmj](https://github.com/zhiyuanzmj)
0 commit comments