Just to note that the cell above will re-run whenever value changes. This means that a new Vue component is created every time you type in the input box rather than updating the existing component reactively. This is probably not what you are expecting and may be a 'gotcha' if your component is also holding state.