Skip to content

Commit

Permalink
simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent 6c63cbf commit 7087d7e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 87 deletions.
4 changes: 0 additions & 4 deletions examples/vue-pinia/layouts/LayoutDefault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ a {
line-height: 1.8em;
border-right: 2px solid #eee;
}
.logo {
margin-top: 20px;
margin-bottom: 10px;
}
.content {
transition: opacity 0.1s ease-in;
}
Expand Down
36 changes: 0 additions & 36 deletions examples/vue-query/assets/logo.svg

This file was deleted.

8 changes: 0 additions & 8 deletions examples/vue-query/layouts/HeadDefault.vue

This file was deleted.

7 changes: 0 additions & 7 deletions examples/vue-query/layouts/LayoutDefault.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<div class="layout">
<div class="navigation">
<a href="/" class="logo">
<img src="../assets/logo.svg" height="64" width="64" />
</a>
<Link href="/">Welcome</Link>
<Link href="/about">About</Link>
</div>
Expand Down Expand Up @@ -48,10 +45,6 @@ a {
line-height: 1.8em;
border-right: 2px solid #eee;
}
.logo {
margin-top: 20px;
margin-bottom: 10px;
}
.content {
transition: opacity 0.1s ease-in;
}
Expand Down
6 changes: 0 additions & 6 deletions examples/vue-query/pages/+config.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import type { Config } from 'vike/types'
import Layout from '../layouts/LayoutDefault.vue'
import Head from '../layouts/HeadDefault.vue'
import vikeVue from 'vike-vue/config'
import vikeVueQuery from 'vike-vue-query/config'

// Default configs (can be overridden by pages)
export default {
Layout,
Head,
// <title>
title: 'My Vike + Vue + TanStack Query App',

extends: [vikeVue, vikeVueQuery],
} satisfies Config
25 changes: 0 additions & 25 deletions examples/vue-query/pages/_error/+Page.vue

This file was deleted.

1 change: 0 additions & 1 deletion examples/vue-query/pages/index/+title.ts

This file was deleted.

0 comments on commit 7087d7e

Please sign in to comment.