Code Format

This commit is contained in:
GitHub Actions Bot 2023-10-15 21:00:28 +00:00
parent 18576538e7
commit 4b1c58d771
10 changed files with 20 additions and 45 deletions

View file

@ -1,8 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
Determines the composables to use, when default value is ignored or set as <i>*</i> all composables are imported.
</p>
<p>Determines the composables to use, when default value is ignored or set as <i>*</i> all composables are imported.</p>
<DocSectionCode :code="code1" importCode hideToggleCode hideCodeSandbox hideStackBlitz />
</DocSectionText>
</template>
@ -20,7 +18,7 @@ primevue: {
}
`
}
}
};
}
};
</script>