sync
This commit is contained in:
38
src/App.vue
Normal file
38
src/App.vue
Normal file
@@ -0,0 +1,38 @@
|
||||
<style>
|
||||
html,
|
||||
body,
|
||||
#myContainer {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(../../../_libs/images/Fonoviy.png) left top repeat !important;
|
||||
}
|
||||
|
||||
.myContainer {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: url(../../../_libs/images/Fonoviy.png) left top repeat !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<template>
|
||||
<v-app>
|
||||
<v-main>
|
||||
<router-view></router-view>
|
||||
</v-main>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
data: () => ({
|
||||
}),
|
||||
mounted() {
|
||||
},
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user