mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-10 16:48:17 +08:00
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<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>
|