dashboard.vue 271 B

12345678910111213141516
  1. <script>
  2. export default {
  3. }
  4. </script>
  5. <template>
  6. <div>
  7. <v-btn color="primary" to="/feeds/new">
  8. Add an RSS feed
  9. </v-btn>
  10. <!-- <v-list two-line>
  11. <template v-for="(feed, index) in feeds">
  12. </template>
  13. </v-list> -->
  14. </div>
  15. </template>