File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
:option-height =" 20"
11
11
@input =" handleSelect(value)"
12
12
placeholder =" Select a component" >
13
- <span slot =' noResult' >No elements found.</span >
13
+ <span slot =' noResult' >No components found.</span >
14
14
</multiselect >
15
15
<br />
16
16
<a
Original file line number Diff line number Diff line change 12
12
:option-height =" 20"
13
13
:searchable =" true"
14
14
>
15
- <span slot =' noResult' >No elements found.</span >
15
+ <span slot =' noResult' >No components found.</span >
16
16
</multiselect >
17
17
</div >
18
18
</template >
@@ -67,7 +67,7 @@ export default {
67
67
68
68
<style src="vue-multiselect/dist/vue-multiselect.min .css "></style >
69
69
<style scoped>
70
- #parent-select {
70
+ #parent-select {
71
71
height : 30px ;
72
72
margin : 0.75rem ;
73
73
width : 90% ;
You can’t perform that action at this time.
0 commit comments