You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorial/03-sveltekit/03-loading-data/02-layout-data/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Giả sử chúng ta muốn thêm một cột "bài viết khác" vào trang bà
9
9
10
10
Thay vào đó, chúng ta hãy đổi tên `src/routes/blog/+page.server.js` thành `src/routes/blog/+layout.server.js`. Lưu ý: đường dẫn `/blog` vẫn hoạt động — `data.summaries` vẫn có sẵn cho trang.
11
11
12
-
Bây giờ, ta hãy thêm một thanh bên trong bố cục cho trang bài viết:
12
+
Bây giờ, ta hãy thêm một cột trong bố cục cho trang bài viết:
0 commit comments