We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b044fd0 commit ee2870fCopy full SHA for ee2870f
docs/.vitepress/components/CodeSnippet.vue
@@ -21,7 +21,7 @@
21
onMounted(() => {
22
setCDN('https://unpkg.com/shiki/');
23
// @ts-ignore
24
- getHighlighter({ theme: 'material-palenight', langs: langs }).then(
+ getHighlighter({ theme: 'material-theme-palenight', langs: langs }).then(
25
highlighter => {
26
let lineOptions = [];
27
highlight.forEach(lineNumber => {
docs/.vitepress/components/FormField.vue
@@ -37,7 +37,7 @@
37
@change="
38
$emit('changeField', {
39
opts: form,
40
- fieldLabel: this.label,
+ fieldLabel: label,
41
})
42
"
43
:type="type"
@@ -51,7 +51,7 @@
51
52
53
54
55
56
57
:id="toKebabCase(label)"
0 commit comments