chore(core): cleanup and replace const with function
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,7 @@ import type { PanelProps } from '../../types'
|
||||
const props = defineProps<PanelProps>()
|
||||
|
||||
const { userSelectionActive } = useVueFlow()
|
||||
|
||||
const positionClasses = computed(() => `${props.position}`.split('-'))
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user