Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee2870f

Browse files
fix: update shiki theme name and remove 'this.' when accessing label on FormField
1 parent b044fd0 commit ee2870f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/.vitepress/components/CodeSnippet.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
onMounted(() => {
2222
setCDN('https://unpkg.com/shiki/');
2323
// @ts-ignore
24-
getHighlighter({ theme: 'material-palenight', langs: langs }).then(
24+
getHighlighter({ theme: 'material-theme-palenight', langs: langs }).then(
2525
highlighter => {
2626
let lineOptions = [];
2727
highlight.forEach(lineNumber => {

‎docs/.vitepress/components/FormField.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@change="
3838
$emit('changeField', {
3939
opts: form,
40-
fieldLabel: this.label,
40+
fieldLabel: label,
4141
})
4242
"
4343
:type="type"
@@ -51,7 +51,7 @@
5151
@change="
5252
$emit('changeField', {
5353
opts: form,
54-
fieldLabel: this.label,
54+
fieldLabel: label,
5555
})
5656
"
5757
:id="toKebabCase(label)"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /