Skip to content

Commit

Permalink
Finalized Svelte Flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
mbflores committed Aug 19, 2024
1 parent 8c13286 commit 8d70ec0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/svelte/app/components/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
function goTo(args) {
const {index} = args;
console.log(index);
const item = examples[index];
switch (item.name) {
case 'ActionBar':
Expand Down
3 changes: 0 additions & 3 deletions examples/svelte/app/components/ui/Dialogs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
cancelable: true,
})
// #endregion example-alert
console.log('Show Alert');
}
function showAction() {
Expand All @@ -57,8 +56,6 @@
okButtonText: 'Yes',
cancelButtonText: 'No',
neutralButtonText: 'Cancel',
}).then((result) => {
console.log(result)
})
// #endregion example-confirm
}
Expand Down

0 comments on commit 8d70ec0

Please sign in to comment.