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: