Reimplemented XML Tools and added styling #227
@@ -15,7 +15,6 @@ const props = defineProps(
|
|||||||
const emit = defineEmits(['update:defaultData'])
|
const emit = defineEmits(['update:defaultData'])
|
||||||
|
|
||||||
function setDefault() {
|
function setDefault() {
|
||||||
console.log(props.prettyName.toLowerCase())
|
|
||||||
switch (props.prettyName.toLowerCase()) {
|
switch (props.prettyName.toLowerCase()) {
|
||||||
case "xpath":
|
case "xpath":
|
||||||
emit("update:defaultData", "string(/l:library/l:libraryName)")
|
emit("update:defaultData", "string(/l:library/l:libraryName)")
|
||||||
|
|||||||
Reference in New Issue
Block a user