Skip to content
Snippets Groups Projects
Commit a037578d authored by Adam Procter's avatar Adam Procter
Browse files

nodes color correctly now

parent 9b8f5cfb
No related branches found
No related tags found
No related merge requests found
<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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment