From 80d0d64104f5dc7018f12438fa79df0bc69da50a Mon Sep 17 00:00:00 2001 From: TaroSunn Date: Mon, 24 Jun 2019 21:33:35 +0800 Subject: [PATCH] Update README.md Fix spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f6f24..c036ee0 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ export default class App extends Vue { ``` -You may also want to check out the `@prop` and `@watch` decorators provided by [vue-property-decorators](https://github.com/kaorun343/vue-property-decorator). +You may also want to check out the `@prop` and `@watch` decorators provided by [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator). ### Using Mixins