File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export default defineComponent({
132
132
:to =" {
133
133
name: 'plugins'
134
134
}"
135
+ icon-left =" extension"
135
136
>
136
137
Devtools plugins...
137
138
</VueDropdownButton >
@@ -140,6 +141,7 @@ export default defineComponent({
140
141
:to =" {
141
142
name: 'global-settings'
142
143
}"
144
+ icon-left =" settings"
143
145
>
144
146
Global settings...
145
147
</VueDropdownButton >
@@ -149,22 +151,25 @@ export default defineComponent({
149
151
<VueDropdownButton
150
152
href =" https://devtools.vuejs.org"
151
153
target =" _blank"
154
+ icon-left =" description"
152
155
>
153
156
Documentation
154
157
</VueDropdownButton >
155
158
156
159
<VueDropdownButton
157
160
href =" https://new-issue.vuejs.org/?repo=vuejs/vue-devtools"
158
161
target =" _blank"
162
+ icon-left =" bug_report"
159
163
>
160
164
Report a bug
161
165
</VueDropdownButton >
162
166
163
167
<VueDropdownButton
164
168
href =" https://github.com/vuejs/vue-devtools/releases"
165
169
target =" _blank"
170
+ icon-left =" campaign"
166
171
>
167
- Full changelog
172
+ What's new
168
173
</VueDropdownButton >
169
174
</VueDropdown >
170
175
</div >
You can’t perform that action at this time.
0 commit comments