diff options
Diffstat (limited to 'files/zh-cn/web/html/element/slot/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/slot/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/slot/index.html b/files/zh-cn/web/html/element/slot/index.html index 2958c76bd5..66c16f1dbc 100644 --- a/files/zh-cn/web/html/element/slot/index.html +++ b/files/zh-cn/web/html/element/slot/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTML/Element/slot <p><strong>译者注:</strong> 本翻译的一些术语参考了<a href="https://cn.vuejs.org/v2/guide/components-slots.html">Vuejs-中文</a>页面。</p> </div> -<p><span class="seoSummary"><strong>HTML <code> <slot> </code> 元素 ,</strong>作为 <a href="/en-US/docs/Web/Web_Components">Web Components</a> 技术套件的一部分,是</span>Web组件内的一个占位符。该占位符可以在后期使用自己的标记语言填充,这样您就可以创建单独的DOM树,并将它与其它的组件组合在一起。</p> +<p><span class="seoSummary"><strong>HTML <code> <slot> </code> 元素 ,</strong>作为 <a href="/en-US/docs/Web/Web_Components">Web Components</a> 技术套件的一部分,是</span>Web 组件内的一个占位符。该占位符可以在后期使用自己的标记语言填充,这样您就可以创建单独的 DOM 树,并将它与其它的组件组合在一起。</p> <table class="properties"> <tbody> @@ -90,7 +90,7 @@ translation_of: Web/HTML/Element/slot </template></pre> <div class="note"> -<p><strong>Note</strong>: 您可以在 <a class="external external-icon" href="https://github.com/mdn/web-components-examples/tree/master/element-details" rel="noopener">element-details</a> (see it <a class="external external-icon" href="https://mdn.github.io/web-components-examples/element-details/" rel="noopener">running live</a>)找到这个示例的完整演示版。另外,您也可以在<a href="/en-US/docs/Web/Web_Components/Using_templates_and_slots">Using templates and slots</a>这里找到具体的解释。</p> +<p><strong>Note</strong>: 您可以在 <a class="external external-icon" href="https://github.com/mdn/web-components-examples/tree/master/element-details" rel="noopener">element-details</a> (see it <a class="external external-icon" href="https://mdn.github.io/web-components-examples/element-details/" rel="noopener">running live</a>) 找到这个示例的完整演示版。另外,您也可以在<a href="/en-US/docs/Web/Web_Components/Using_templates_and_slots">Using templates and slots</a>这里找到具体的解释。</p> </div> <h2 id="规范">规范</h2> |