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

nodes color correctly now

parent 9b8f5cfb
Branches
Tags
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.
Please register or to comment