Reimplemented XML Tools and added styling #227

Merged
bema merged 18 commits from bema/func/styling into master 2023-06-16 14:38:55 +02:00
Showing only changes of commit 99bb7d5fa7 - Show all commits

View File

@@ -15,7 +15,6 @@ const props = defineProps(
const emit = defineEmits(['update:defaultData'])
function setDefault() {
console.log(props.prettyName.toLowerCase())
switch (props.prettyName.toLowerCase()) {
case "xpath":
emit("update:defaultData", "string(/l:library/l:libraryName)")