Movatterモバイル変換


[0]ホーム

URL:


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
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit587907e

Browse files
[docs] Fix app-a (#145)
Learning module suppose to show shorthand vs longhand but has shorthand in both app-a and app-b.
1 parentafe9327 commit587907e

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib

1 file changed

+1
-1
lines changed

‎content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib/App.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
big
88
</label>
99

10-
<divclass:big>
10+
<divclass:big={big}>
1111
some {big?'big':'small'} text
1212
</div>
1313

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp