Remove unused code
This commit is contained in:
parent
b3268a6299
commit
14022fa9eb
|
|
@ -28,19 +28,12 @@
|
|||
|
||||
<script>
|
||||
import EyeIcon from '@/components/icons/EyeIcon';
|
||||
import CloseButton from '@/components/ui/CloseButton';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
CloseButton,
|
||||
EyeIcon
|
||||
},
|
||||
|
||||
methods: {
|
||||
hello() {
|
||||
console.log('hello');
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue