We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de333f0 commit caa8868Copy full SHA for caa8868
src/lib/addProvide.js
@@ -14,6 +14,8 @@ function addProvide (component, options) {
14
if (originalBeforeCreate) {
15
originalBeforeCreate.call(this)
16
}
17
+
18
+ component.beforeCreate = originalBeforeCreate
19
20
21
0 commit comments