forked from tom.biard/ScienceQuest
parent
eb97d87437
commit
a4f55197cc
@ -0,0 +1,16 @@
|
||||
<script>
|
||||
import { NOM_APP } from "../assets/const";
|
||||
|
||||
export default{
|
||||
data(){
|
||||
return{
|
||||
nomApp:NOM_APP
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>Bienvenue dans {{ nomApp }} !! <3</p>
|
||||
</template>
|
@ -0,0 +1,3 @@
|
||||
<template>
|
||||
404
|
||||
</template>
|
Loading…
Reference in new issue