|
@@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="hello">适配移动端</div> |
|
|
|
|
|
|
|
|
<div class="app-container">主页主页主页主页主页主页主页主页主页主页</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
@@ -12,4 +12,7 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
<style scoped lang="scss"> |
|
|
|
|
|
.app-container { |
|
|
|
|
|
font-size: 32px; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |