From 7feb7fa667aca01545aa41a2054fe44ce9d06511 Mon Sep 17 00:00:00 2001 From: ileostar Date: Thu, 29 Feb 2024 16:02:54 +0800 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39f694e..7fa3c42 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ app.use(VueDirectives); ## Directives -| Directive | Description | -| ----------------------------------------------------------------------------------- | ------------------------------------------------- | +| Directive | Description | +| ------------------------------------------------------------------------------------- | ------------------------------------------------- | | [v-backtop](https://v3-directives.netlify.app/zh/directives/v-backtop.html) | Add a return to top function for an element | | [v-clickOutside](https://v3-directives.netlify.app/zh/directives/v-clickOutside.html) | Event when clicking outside the element triggers | | [v-copy](https://v3-directives.netlify.app/zh/directives/v-copy.html) | Copy the passed value to the clipboard |