File: Foo.vue

package info (click to toggle)
vue-router.js 3.6.5~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,560 kB
  • sloc: javascript: 8,524; sh: 22; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<template>
  <div>
    <h2>This is Foo!</h2>
    <p>I am lazy-loaded. (check out the Networks tab in Chrome devtools)</p>
  </div>
</template>