Source: https://www.youtube.com/watch?v=o8UspKnsV_0&list=PL4cUxeGkcC9gQcYgjhBoeQH7wiAyZNrYa&index=35
Vue.filter('uppercase', function(value) { return value.toUpperCase(); });
<h4> {{ post.title | uppercase }} </h4>