<template> <div> <img src="/svg/icon-logo.svg" /> </div> </template> <script> </script> <style lang="scss" scoped> div { position: fixed; top: 20px; left: 25px; z-index: 99; img { width: 100px; height: 32px; } } </style>