Skip to content

Commit

Permalink
doc: remove tags for example
Browse files Browse the repository at this point in the history
Co-authored-by: Flo Edelmann <[email protected]>
  • Loading branch information
ylc395 and FloEdelmann committed Sep 17, 2024
1 parent 38e6e7f commit 8f99b6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,12 @@ Vue.component('AsyncComponent', (resolve, reject) => {

You can do this for [Vue class component](https://class-component.vuejs.org/) too:

```vue
<script lang="ts">
```ts
// @vue/component
@Component({
components: { Foo }
})
export default class Bar extends Vue {}
</script>
```

### Disabling rules via `<!-- eslint-disable -->`
Expand Down

0 comments on commit 8f99b6e

Please sign in to comment.