File: Baz.vue

package info (click to toggle)
vue-router.js 3.6.5~ds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: javascript: 8,538; sh: 22; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<template>
  <div>
    <h3>Baz</h3>
    <p>I'm loaded in the same chunk with Bar.</p>
  </div>
</template>