From cdbd6ebd5cb74d3ffdfa8091b16a3ca5ca029e72 Mon Sep 17 00:00:00 2001 From: Saanvi Sen <88199117+saanvi-ts@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:51:02 +0530 Subject: [PATCH] Added Vue Cheat Sheet (#974) --- cheatSheets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheatSheets.md b/cheatSheets.md index dc8e9c02..6f81d320 100644 --- a/cheatSheets.md +++ b/cheatSheets.md @@ -79,4 +79,5 @@ - [JavaScript MDN RegEx Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Cheatsheet): A quick cheatsheet showing all of the JavaSript Regular Expressions syntax use. -- [HTML Punctuation Symbols](https://www.toptal.com/designers/htmlarrows/punctuation/): Easily find character codes for the # sign, @ symbol (at symbol), percent sign, & ampersand (& HTML code) \ No newline at end of file +- [HTML Punctuation Symbols](https://www.toptal.com/designers/htmlarrows/punctuation/): Easily find character codes for the # sign, @ symbol (at symbol), percent sign, & ampersand (& HTML code) +- [Vue CheatSheet](https://bootstrap-cheatsheet.themeselection.com/) - An interactive cheatsheet of Vue, Vue Router, and Pinia.