diff --git a/README.md b/README.md index fafd5da..77f6f24 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ import Component from 'vue-class-component' // You can declare a mixin as the same style as components. @Component -export class MyMixin extends Vue { +export default class MyMixin extends Vue { mixinValue = 'Hello' } ```