+5
-1
lines changedFilter options
+5
-1
lines changed Original file line number Diff line number Diff line change
@@ -33,10 +33,14 @@
33
33
:md-content-class="mdClass"
34
34
:style="menuStyles"
35
35
@enter="onMenuEnter">
36
-
<slot />
36
+
<slot v-if="showSelect" />
37
37
</md-menu-content>
38
38
</keep-alive>
39
39
40
+
<div v-if="!showSelect" v-show="false">
41
+
<slot />
42
+
</div>
43
+
40
44
<input class="md-input-fake" v-model="model" :disabled="disabled" readonly tabindex="-1" />
41
45
<select readonly v-model="model" v-bind="attributes" tabindex="-1"></select>
42
46
</md-menu>
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4