Nhảy đến nội dung

Cài đặt

Trong phần này, bạn có thể tìm hiểu về các nguyên tắc của phần chứa cài đặt dự án của bạn.

mtls

CRITICAL MDX RULE — JSX attribute quoting. Inside a JSX tag every attribute value MUST be wrapped in double quotes (attr="value"), never in single quotes, even if the original used single quotes. Translated prose frequently contains apostrophes (French "d'acceder", "l'entite"; Italian "dell'utente"), and an apostrophe inside a single-quoted attribute breaks MDX compilation. If an attribute value itself contains a double-quote character, replace that character with the HTML entity ". Never rename attributes and never alter the tag structure: ---