App.vue 237 B

12345678910111213
  1. <template>
  2. <div class="container center-content">
  3. <RouterView />
  4. </div>
  5. </template>
  6. <style lang="stylus" scoped>
  7. .container
  8. font-family 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
  9. max-width 1200px
  10. </style>