8000 fix(types): make template options opional (#374) · vuejs/rollup-plugin-vue@e4b17cd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit e4b17cd

Browse files
authored
fix(types): make template options opional (#374)
1 parent 2b6994c commit e4b17cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export interface VuePluginOptions {
142142
/**
143143
* @@vue/component-compiler [#](https://github.com/vuejs/vue-component-compiler#api) template processing options.
144144
*/
145-
template?: TemplateOptions
145+
template?: Partial<TemplateOptions>
146146
/**
147147
* @@vue/component-compiler [#](https://github.com/vuejs/vue-component-compiler#a 3C92 pi) module name or global function for custom runtime component normalizer.
148148
*/

0 commit comments

Comments
 (0)
0