From 22e63e31ae36ef7fa483fb4c172a915cfcaace39 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sat, 11 Nov 2023 10:06:48 +0800 Subject: [PATCH] Update 2023-02-01_javascript.md --- MyApp/_posts/2023-02-01_javascript.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MyApp/_posts/2023-02-01_javascript.md b/MyApp/_posts/2023-02-01_javascript.md index d320e965c..d7247cd97 100644 --- a/MyApp/_posts/2023-02-01_javascript.md +++ b/MyApp/_posts/2023-02-01_javascript.md @@ -137,6 +137,10 @@ const Plugin = { } ``` +```html + +``` +
@@ -255,6 +259,10 @@ export default { Which we can also mount below: +```html + +``` + We'll also go through and explain other features used in this component: