fix(docs): set opacity on intro until el are set
This commit is contained in:
@@ -189,7 +189,7 @@ function scrollTo() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VueFlow ref="el">
|
||||
<VueFlow ref="el" :style="{ opacity: !!currentBreakpoint ? 1 : 0 }">
|
||||
<Background id="dots" pattern-color="#aaa" :size="0.75" :gap="25" />
|
||||
<Background id="lines" variant="lines" :pattern-color="isDark ? '#fff' : '#000'" :size="1" :gap="100" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user