Rename component
This commit is contained in:
parent
ab3b8a094e
commit
151f55559c
|
@ -1,15 +1,15 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="app" class="h-full text-black bg-black text-sm leading-normal">
|
<div id="app" class="h-full text-black bg-black text-sm leading-normal">
|
||||||
<WelcomeToDrupal version="8.6.3"/>
|
<Welcome version="8.6.3"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import WelcomeToDrupal from './components/WelcomeToDrupal.vue'
|
import Welcome from './components/Welcome.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
WelcomeToDrupal,
|
Welcome,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in a new issue