modified code
This commit is contained in:
parent
04ebf91d92
commit
7171891ab5
10
onzer.riot
10
onzer.riot
@ -17,13 +17,17 @@
|
||||
<script>
|
||||
export default {
|
||||
onBeforeMount(props){
|
||||
document.getElementById("album").style.backgroundColor = "#6EE7B7";
|
||||
document.getElementById("album").style.borderColor = "#059669";
|
||||
|
||||
this.state.placeholder = 'Rechercher dans les albums';
|
||||
|
||||
this.test();
|
||||
|
||||
console.log(this.state);
|
||||
},
|
||||
onMounted(){
|
||||
document.getElementById("album").style.backgroundColor = "#6EE7B7";
|
||||
document.getElementById("album").style.borderColor = "#059669";
|
||||
this.update();
|
||||
},
|
||||
edit(e) {
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user