Skip to content

Commit

Permalink
@easyqrscanbot - a Mini App that allows you to scan QR codes from Tel…
Browse files Browse the repository at this point in the history
…egram. Users can scan QR codes making it a breeze to retrieve information, access websites, view contact details, or perform various actions associated with the scanned code. @easyqrscanbot keeps a history of previously scanned QR codes, making it easy for users to revisit scanned content.
  • Loading branch information
MBoretto committed Oct 10, 2023
1 parent 21fd655 commit f71fef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export default {
cloud_storage_values: {},
enriched_values: {},
is_continuous_scan: false,
expanded_panels: [0], // Set the first element to expanded by default
// Set the first element to expanded by default
expanded_panels: [0],
};
},
created() {
Expand Down

0 comments on commit f71fef0

Please sign in to comment.