Skip to content

Commit ae682bd

Browse files
Update content/tutorial/03-sveltekit/03-loading-data/01-page-data/README.md
Co-authored-by: Quang Phan <[email protected]>
1 parent dd6c431 commit ae682bd

File tree

1 file changed

+0
-1
lines changed
  • content/tutorial/03-sveltekit/03-loading-data/01-page-data

1 file changed

+0
-1
lines changed

content/tutorial/03-sveltekit/03-loading-data/01-page-data/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export function load() {
2929

3030
> Vì mục đích hướng dẫn là chính, nên chúng ta sẽ lấy dữ liệu từ `src/routes/blog/data.js`. Trong ứng dụng thực tế, bạn có thể lấy dữ liệu từ một cơ sở dữ liệu hoặc một hệ quản trị nội dung (CMS).
3131
32-
We can access this data in `src/routes/blog/+page.svelte` via the `data` prop:
3332
Chúng ta có thể truy cập dữ liệu này trong `src/routes/blog/+page.svelte` thông qua prop _(thuộc tính)_ `data`:
3433

3534
```svelte

0 commit comments

Comments
 (0)