✨ (new version) reload new…
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -2,9 +2,22 @@
|
||||
<div id="app">
|
||||
<img class="logo" src="@/assets/logo.svg" alt="binôme" />
|
||||
<router-view />
|
||||
<SWNewVersion />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from '@vue/composition-api'
|
||||
import SWNewVersion from '@/components/SWNewVersion.vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'App',
|
||||
components: {
|
||||
SWNewVersion
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '@/styles/app';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user