docs: fix missing code block languages in counters setup guide
This commit is contained in:
parent
3f34a463e9
commit
db263e7851
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<Expandable class="wide">
|
||||
<template v-slot:title>Click to view example</template>
|
||||
<template v-slot:content>
|
||||
<CodeBlock>
|
||||
<CodeBlock code-lang="yaml">
|
||||
plugins:
|
||||
|
||||
counters:
|
||||
|
@ -150,7 +150,7 @@
|
|||
<Expandable class="wide">
|
||||
<template v-slot:title>Click to view example</template>
|
||||
<template v-slot:content>
|
||||
<CodeBlock>
|
||||
<CodeBlock code-lang="yaml">
|
||||
plugins:
|
||||
|
||||
counters:
|
||||
|
|
Loading…
Add table
Reference in a new issue