smk762
@smk762
·
Simple Vue components - local time
Create a div for Vue to link to and surround the dynamic render variable text in a pair of mustaches <div id="time">{{ text }}</div> Create a Date object, and a Vue instance. Link it to t…