Add developer toolkit UI component

The commit adds a new a UI component that's enabled in development mode.
This component, initially, provides a button that wen clicked, logs all
the script and category names to the console. It helps revising names
used throughout the application.

By having this component in a conditionally rendered component, it's
excluded from the production builds.
This commit is contained in:
undergroundwires
2023-10-07 15:14:53 +02:00
parent 286295128d
commit 2147eae687
4 changed files with 114 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export default defineComponent({
};
},
});
</script>
<style scoped lang="scss">