🎨
This commit is contained in:
@ -40,6 +40,11 @@ export default Vue.extend({
|
||||
return {
|
||||
showBody: true
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
toggleContent(show: boolean) {
|
||||
this.showBody = show;
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user