Vue-material网站在电话上没有响应

时间:2017-06-17 23:42:27

标签: responsive-design vue.js material-design vuejs2 vue-material

我在我的VueJS 2网站上使用Vue-material,它在我的笔记本电脑上看起来像预期的那样。当我缩小屏幕时,它会做出相应的响应。但是,当我模拟智能手机或在我的智能手机上打开网站时,它看起来就像是一个缩小的"萎缩"计算机版面的版本。

我可能会遗漏一些基本的东西,但我不确定它是什么。

网站缩小浏览器窗口: enter image description here

智能手机上的网站: enter image description here

1 个答案:

答案 0 :(得分:0)

 <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">

在网站的HTML中添加这两行,因为它缺少元视口标记。 希望对您有帮助。