[core] removed some prettier lines

fixes #9
This commit is contained in:
groegert 2021-05-27 12:53:18 +02:00
parent c38032085f
commit 731cc20a06
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,11 @@
yarn run v1.22.10
$ /mnt/data/home/thomas/devel/flaschengeist/flaschengeist-frontend/node_modules/.bin/prettier src/components/navigation/EssentialExpansionLink.vue
<template>
<q-expansion-item v-if="isGranted(entry)" clickable :label="getTitle(entry)" :icon="entry.icon" expand-separator>
<q-expansion-item
v-if="isGranted(entry)"
clickable
:label="getTitle(entry)"
:icon="entry.icon"
expand-separator
>
<q-list class="q-ml-lg">
<div v-for="child in entry.children" :key="child.link">
<q-item v-if="isGranted(child)" clickable :to="{ name: child.link }">
@ -55,4 +59,3 @@ export default defineComponent({
},
});
</script>
Done in 0.67s.