11 lines
114 B

{{foo()}}
<script>
export default {
helpers: {
foo () {
return this.get( 'bar' );
}
}
}
</script>