微信登录

css calc不生效

  1. <template>
  2. <div id="app">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'App'
  9. }
  10. </script>

html代码 <router-view />作用:展示路由
script代码 js export作用:导出Vue,暴露组件对象
style代码 css

代码一般不写这里

css calc不生效