Vue by Lloyd Atkinson September 17, 2019 HTML <div id="app"> </div> Vue new Vue({ el: "#app", data: { todos: [ 'red', 'yellow', 'green' ] }, })