Skip to content

Commit 3a56780

Browse files
author
Franck Freiburger
committed
wip(docs): add details about moduleCache option
1 parent 90270c4 commit 3a56780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export type Options = {
143143
* `vue` must initially be contained in this object.
144144
* [[moduleCache]] is mandatory and should be shared between options objects used for you application (note that you can also pass the same options object through multiple loadModule calls)
145145
* It is recommended to provide a prototype-less object (`Object.create(null)`) to avoid potential conflict with `Object` properties (constructor, __proto__, hasOwnProperty, ...).
146-
​ *
146+
​ * The library take the ownership of [[moduleCache]] when [[loadModule]] is called.
147147
* See also [[options.loadModule]].
148148
*
149149
* **example:**

0 commit comments

Comments
 (0)