uTools-Manuals/docs/vue/选项-资源.html

31 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h2 id="选项-资源"><a href="#选项-资源" class="headerlink" title="选项 / 资源" data-scroll="">选项 / 资源</a></h2><h3 id="directives"><a href="#directives" class="headerlink" title="directives" data-scroll="">directives</a></h3><ul>
<li><p><strong>类型</strong><code>Object</code></p>
</li>
<li><p><strong>详细</strong></p>
</li>
</ul>
<p>包含 Vue 实例可用指令的哈希表。</p>
<ul>
<li><strong>参考</strong><a href="guide/custom-directive.html">自定义指令</a></li>
</ul>
<h3 id="filters"><a href="#filters" class="headerlink" title="filters" data-scroll="">filters</a></h3><ul>
<li><p><strong>类型</strong><code>Object</code></p>
</li>
<li><p><strong>详细</strong></p>
</li>
</ul>
<p>包含 Vue 实例可用过滤器的哈希表。</p>
<ul>
<li><strong>参考</strong><a href="#Vue-filter"><code>Vue.filter</code></a></li>
</ul>
<h3 id="components"><a href="#components" class="headerlink" title="components" data-scroll="">components</a></h3><ul>
<li><p><strong>类型</strong><code>Object</code></p>
</li>
<li><p><strong>详细</strong></p>
</li>
</ul>
<p>包含 Vue 实例可用组件的哈希表。</p>
<ul>
<li><strong>参考</strong><a href="guide/components.html">组件</a></li>
</ul>