fkat: 12
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view />
|
||||
<router-view/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "app",
|
||||
data () {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
watch: {},
|
||||
created () {
|
||||
|
||||
created() {
|
||||
},
|
||||
methods: {},
|
||||
computed: {}
|
||||
|
||||
Reference in New Issue
Block a user