[Update] edit vue.config.js and router
This commit is contained in:
11
src/pages/Agenda.vue
Normal file
11
src/pages/Agenda.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Agenda extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
11
src/pages/Home.vue
Normal file
11
src/pages/Home.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Home extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
11
src/pages/Sponsor.vue
Normal file
11
src/pages/Sponsor.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Sponsor extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
11
src/pages/Team.vue
Normal file
11
src/pages/Team.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Team extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
11
src/pages/Traffic.vue
Normal file
11
src/pages/Traffic.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Traffic extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
11
src/pages/Venue.vue
Normal file
11
src/pages/Venue.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
</template>
|
||||
<script>
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component({
|
||||
})
|
||||
export default class Venue extends Vue {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user