Skip to content

Commit bb01a6b

Browse files
committed
update docs
1 parent 1608510 commit bb01a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ You can specify the transform resulting from `transformVTDirective` in the compi
191191
- `@vue/compiler-ssr` (`options` at `compile` function)
192192
- `@vue/compiler-sfc` (`compilerOptions` at `compileTemplate` function)
193193
- `vue-loader` (`compilerOptions` at `options`)
194-
- `rollup-plugin-vue`
194+
- `rollup-plugin-vue` (`compilerOptions` at [`Options`](https://github.com/vuejs/rollup-plugin-vue/blob/next/src/index.ts#L50))
195+
- `vite` (`vueCompilerOptions` at [`CoreOptions`](https://github.com/vitejs/vite/blob/master/src/node/config.ts#L154))
195196

196197

197198
## API

0 commit comments

Comments
 (0)