<template> <div id="welcome"> <img src="./../../static/img/BGIMG12.png" alt id="Font" /> </div> </template> <script> export default { name: "welcome", data: function() { return {}; }, methods: {}, mounted: function() {} }; </script> <style scoped> #welcome { width: 100%; height: 100%; } #Font { width: 100%; height: 100%; } </style>