<template> <div> login </div> </template> <script> export default { components: { }, data() { return {} }, mounted() { }, methods: { } } </script> <style lang="less"> html,body{ display: block; height: 100% } </style>