diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-09-13 19:59:06 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-09-13 20:00:17 +1000 |
| commit | 23b5cc80ba02936659564dd03b173d3214ce5978 (patch) | |
| tree | cdf6a183d1a0bfcb45a924585b764c723dd67b55 /src/components/icon/SettingsIcon.vue | |
| parent | e382d4173c990a49a9ef3db1b3681763a3e2e908 (diff) | |
Use Vue Composition API and ESLint
Diffstat (limited to 'src/components/icon/SettingsIcon.vue')
| -rw-r--r-- | src/components/icon/SettingsIcon.vue | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icon/SettingsIcon.vue b/src/components/icon/SettingsIcon.vue index bea2a3f..e8738a9 100644 --- a/src/components/icon/SettingsIcon.vue +++ b/src/components/icon/SettingsIcon.vue @@ -15,8 +15,3 @@ 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/> </svg> </template> - -<script lang="ts"> -import {defineComponent, PropType} from 'vue'; -export default defineComponent({}); -</script> |
