Thanks for installing {{ $root.$data.attrs.name }}!
You can find your installed applications in your start menu.
{{ $root.$data.attrs.name }} has been uninstalled.
Exit
`,
data: function() {
return {
was_install: !this.$route.params.uninstall
}
},
methods: {
exit: function() {
app.exit();
}
}
};
const ModifyView = {
template: `