docs: fix custom-node example for safari
This commit is contained in:
@@ -32,7 +32,6 @@ const edges = ref([
|
||||
animated: true,
|
||||
style: () => ({
|
||||
stroke: colorSelectorData.value?.color,
|
||||
filter: 'invert(100%)',
|
||||
}),
|
||||
},
|
||||
])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
.custom-node-flow .vue-flow__edges {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
.custom-node-flow .vue-flow__node-color-selector {
|
||||
border: 1px solid #777;
|
||||
padding: 10px;
|
||||
|
||||
2
docs/src/components.d.ts
vendored
2
docs/src/components.d.ts
vendored
@@ -11,11 +11,9 @@ declare module 'vue' {
|
||||
Additional: typeof import('./../components/home/flows/Additional.vue')['default']
|
||||
Banner: typeof import('./../components/home/Banner.vue')['default']
|
||||
Basic: typeof import('./../components/home/flows/Basic.vue')['default']
|
||||
Box: typeof import('./../components/home/flows/Hero/Box.vue')['default']
|
||||
Custom: typeof import('./../components/home/edges/Custom.vue')['default']
|
||||
DocsRepl: typeof import('./../components/DocsRepl.vue')['default']
|
||||
Features: typeof import('./../components/home/Features.vue')['default']
|
||||
Hero: typeof import('./../components/home/flows/Hero/Hero.vue')['default']
|
||||
Home: typeof import('./../components/home/Home.vue')['default']
|
||||
Input: typeof import('./../components/home/nodes/Input.vue')['default']
|
||||
Intro: typeof import('./../components/home/flows/Intro.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user