index.vue 182 Bytes
Newer Older
Z's avatar
Z committed
1 2 3 4 5 6 7 8 9 10 11 12
<template>
  <d2-container>
    <template slot="header">Page 2 header</template>
    Hello World
  </d2-container>
</template>

<script>
export default {
  name: 'page2'
}
</script>