Thanks to visit codestin.com Credit goes to github.com
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 e8d2599 commit b5052b5Copy full SHA for b5052b5
source/guide/extending.md
@@ -9,7 +9,7 @@ Mixins are a flexible way to distribute reusable functionalities for Vue compone
9
10
``` js
11
// mixin.js
12
-exports.mixin = {
+module.exports = {
13
created: function () {
14
this.hello()
15
},
0 commit comments