File tree 1 file changed +9
-3
lines changed
packages/@vue/cli-ui/src/views
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 85
85
lazy
86
86
>
87
87
<div class =" content vue-disable-scroll" >
88
- <div class =" cta-text" >Installation of {{ selectedId }}</div >
88
+ <div class =" cta-text" >Installation of {{ pluginId }}</div >
89
89
90
90
<PromptsList
91
91
:prompts =" enabledPrompts"
116
116
117
117
<VueModal
118
118
v-if =" showCancelInstall"
119
- :title =" `Uninstall ${selectedId }?`"
119
+ :title =" `Uninstall ${pluginId }?`"
120
120
class =" small"
121
121
@close =" showCancelInstall = false"
122
122
>
123
123
<div class =" default-body" >
124
- Do you want to uninstall the {{ selectedId }} plugin?
124
+ Do you want to uninstall the {{ pluginId }} plugin?
125
125
</div >
126
126
127
127
<div slot =" footer" class =" actions space-between" >
@@ -194,6 +194,12 @@ export default {
194
194
}
195
195
},
196
196
197
+ computed: {
198
+ pluginId () {
199
+ return this .pluginInstallation && this .pluginInstallation .pluginId
200
+ }
201
+ },
202
+
197
203
mounted () {
198
204
requestAnimationFrame (() => {
199
205
this .$refs .searchInput .focus ()
You can’t perform that action at this time.
0 commit comments