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