Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Procter
nodenoggin vue3 duplicate
Commits
a037578d
Commit
a037578d
authored
Sep 02, 2021
by
Adam Procter
Browse files
nodes color correctly now
parent
9b8f5cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/MyNodes.vue
View file @
a037578d
<
template
>
<div
v-for=
"(nodes, index) in myArray"
:key=
"index"
>
<form
class=
"nodes"
>
<form
class=
"nodes"
:style=
"
{
backgroundColor: nodes.node_color,
}"
>
<template
v-if=
"nodes.node_readmode == false"
>
<textarea
v-model=
"nodes.node_text"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment