mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 16:20:03 +00:00
⚡ Re: #254 - Adds new tab functionality to Workspace
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:icon="item.icon"
|
||||
:title="item.title"
|
||||
:url="item.url"
|
||||
:target="item.target"
|
||||
@launch-app="launchApp"
|
||||
/>
|
||||
</div>
|
||||
@@ -26,8 +27,8 @@ export default {
|
||||
SideBarItem,
|
||||
},
|
||||
methods: {
|
||||
launchApp(url) {
|
||||
this.$emit('launch-app', url);
|
||||
launchApp(options) {
|
||||
this.$emit('launch-app', options);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user