``` <template> <div :style="{ 'background-image': url ( backgroundImage ) }"> </template> <script> data: { backgroundImage: 'http://image.com/image.png', } </script> ``` `// TypeError: scope.url is not a function`