mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
docs: fix heading and code in articles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import "zone.js/dist/zone";
|
||||
import "zone.js";
|
||||
import { bootstrapApplication } from "@angular/platform-browser";
|
||||
|
||||
import { Component } from "@angular/core";
|
||||
@@ -18,7 +18,7 @@ import { NgFor } from "@angular/common";
|
||||
</ul>
|
||||
`,
|
||||
})
|
||||
export class AppComponent {
|
||||
class AppComponent {
|
||||
count = 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ export class AppComponent {
|
||||
|
||||
<iframe data-frame-title="Angular Reactivity - StackBlitz" src="uu-code:./angular-reactivity?template=node&embed=1&file=src%2Fmain.ts" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
|
||||
|
||||
### Vue
|
||||
## Vue
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user