Skip to content

Commit 8e8800f

Browse files
committed
resolve conflict
1 parent 23662c6 commit 8e8800f

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

content/docs/accessibility.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,11 +489,7 @@ Xem hướng dẫn bên dưới để biết cách dùng NVDA hiệu quả nhấ
489489

490490
VoiceOver là một screen reader được tích hợp sẵn trong những thiết bị của Apple.
491491

492-
<<<<<<< HEAD
493-
Xem hướng dẫn sau đây để biết cách kích hoạt và sử dụng Voice Over:
494-
=======
495-
Refer to the following guides on how to activate and use VoiceOver:
496-
>>>>>>> 99b790188735016c72a9265a42dbfc87c3221729
492+
Xem hướng dẫn sau đây để biết cách kích hoạt và sử dụng VoiceOver:
497493

498494
- [WebAIM - Sử dụng VoiceOver để đánh giá Web Accessibility](http://webaim.org/articles/voiceover/)
499495
- [Deque - VoiceOver cho OS X Keyboard Shortcuts](https://dequeuniversity.com/screenreaders/voiceover-keyboard-shortcuts)

content/docs/code-splitting.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,9 @@ import("./math").then(math => {
7575
});
7676
```
7777

78-
<<<<<<< HEAD
79-
> Chú ý:
80-
>
81-
> Cú pháp `import()` động là một đoạn ECMAScript (JavaScript)
82-
> [proposal](https://github.com/tc39/proposal-dynamic-import) hiện tại chưa được xem
83-
> như một phần tiêu chuẩn của ngôn ngữ. Nó mong đợi sẽ được chấp nhận trong tương lai gần.
84-
8578
Khi Webpack chạy đến cú pháp này, nó sẽ tự động phân chia code trong ứng dụng của bạn. Nếu bạn sử dụng Create React App,
8679
việc này đã được thiết lập sẵn cho bạn và bạn có thể [bắt đầu sử dụng](https://facebook.github.io/create-react-app/docs/code-splitting)
8780
ngay. Nó cũng được hỗ trợ sẵn trong [Next.js](https://github.com/zeit/next.js/#dynamic-import).
88-
=======
89-
When Webpack comes across this syntax, it automatically starts code-splitting
90-
your app. If you're using Create React App, this is already configured for you
91-
and you can [start using it](https://facebook.github.io/create-react-app/docs/code-splitting) immediately. It's also supported
92-
out of the box in [Next.js](https://github.com/zeit/next.js/#dynamic-import).
93-
>>>>>>> 99b790188735016c72a9265a42dbfc87c3221729
9481

9582
Nếu bạn đang tự mình cấu hình Webpack, bạn có thể sẽ muốn tham khảo Webpack's
9683
[hướng dẫn phân chia code](https://webpack.js.org/guides/code-splitting/). Cấu hình Webpack của bạn có thể sẽ trông mơ hồ [như thế này](https://gist.github.com/gaearon/ca6e803f5c604d37468b0091d9959269).

0 commit comments

Comments
 (0)