From 128d46ddb650275e57f39e3d7a0b82131dcdeba4 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 28 Feb 2021 17:27:17 +0400 Subject: [PATCH] useful remarks for developers --- TODO.md | 2 +- src/App.vue | 5 ++--- src/components/HelloWorld.vue | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 8fd12bd..27ff60f 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,7 @@ TODO * [x] git version control awareness * [x] eslint * [x] licence support -* [ ] composition API +* [x] composition API * [ ] WindyCss * [ ] fake rest api * [ ] i18n diff --git a/src/App.vue b/src/App.vue index 59f7133..a1851a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,16 +11,15 @@