File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Components({
287
287
288
288
// auto import for directives
289
289
// default: `true` for Vue 3, `false` for Vue 2
290
- // For Vue 2, there may be performance losses during compilation and runtime .
290
+ // Babel is needed to do the transformation for Vue 2, it's disabled by default for performance concerns .
291
291
directives: true ,
292
292
293
293
// filters for transforming targets
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export interface Options {
129
129
*
130
130
* default: `true` for Vue 3, `false` for Vue 2
131
131
*
132
- * For Vue 2, there may be performance losses during compilation and runtime .
132
+ * Babel is needed to do the transformation for Vue 2, it's disabled by default for performance concerns .
133
133
* @default undefined
134
134
*/
135
135
directives ?: boolean
You can’t perform that action at this time.
0 commit comments