Skip to content

Commit c5c5de9

Browse files
committed
Site updated: 2016-10-03 02:10:12
1 parent 5e1a8a9 commit c5c5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/migration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ <h3 id="Two-Way-Filters-deprecated"><a href="#Two-Way-Filters-deprecated" class=
849849

850850
<div class="upgrade-path">
851851
<h4>Upgrade Path</h4>
852-
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper" target="_blank" rel="external">migration helper</a> on your codebase to find examples of filters used in directives like `v-model`. If you miss any, you should also see <strong>console errors</strong>.</p>
852+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper" target="_blank" rel="external">migration helper</a> on your codebase to find examples of filters used in directives like <code>v-model</code>. If you miss any, you should also see <strong>console errors</strong>.</p>
853853
</div>
854854

855855
<h2 id="Slots"><a href="#Slots" class="headerlink" title="Slots"></a>Slots</h2><h3 id="Duplicate-Slots-deprecated"><a href="#Duplicate-Slots-deprecated" class="headerlink" title="Duplicate Slots deprecated"></a>Duplicate Slots <sup>deprecated</sup></h3><p>It is no longer supported to have <code>&lt;slot&gt;</code>s with the same name in the same template. When a slot is rendered it is “used up” and cannot be rendered elsewhere in the same render tree. If you must render the same content in multiple places, pass that content as a prop.</p>

0 commit comments

Comments
 (0)