9 lines
78 B
XML
9 lines
78 B
XML
<script>
|
|
export default {
|
|
onCreate() {
|
|
},
|
|
onDestroy() {
|
|
}
|
|
}
|
|
</script>
|