From 6b4e05e834e42870560d04cf68a28ec84c254ac0 Mon Sep 17 00:00:00 2001 From: Raymond Muller Date: Wed, 29 Sep 2021 17:29:22 +0200 Subject: [PATCH] feat: string support --- README.md | 1 + docs/content/en/basic-usage.md | 1 + playground/pages/Index.vue | 14 +++++++++++++- src/directive/index.ts | 4 ++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3afbff4..c2a796e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ app.mount('#app') ```html