My goal is to add the content of newUsers
into an array and then display that array. The content of newUsers
will be in HTML format with information, and every time someone enters their information and clicks 'Add', an HTML code will be pushed into the users array. However, I am facing an issue where 'v-html' is not reading the code correctly. When I manually enter the code, the display results are different. You can check it out here: https://codesandbox.io/s/3r3po83rkp