You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+8
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,14 @@ sidebar: auto
28
28
29
29
Override the default compiler used to compile `<template>` blocks in single file components.
30
30
31
+
32
+
## compilerFile
33
+
34
+
- Type: `string`
35
+
- default: `undefined`
36
+
37
+
Supplementary option for `compiler`. Override the default compiler with the compiler in file path, to compile `<template>` blocks in single file components.
0 commit comments