parent
f84cb2fb5b
commit
ff3449d829
@ -0,0 +1,16 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
codePartie: this.$route.params.code ?? -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<template>
|
||||
<p>debug : code partie {{ codePartie }}</p>
|
||||
</template>
|
Loading…
Reference in new issue