This commit is contained in:
Fine 2025-02-20 16:05:05 +08:00
parent aa18623d7e
commit 0d9674c160

View File

@ -51,7 +51,6 @@ declare module 'vue' {
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
Selector: typeof import('./../components/Selector.vue')['default'] Selector: typeof import('./../components/Selector.vue')['default']
SelectorLegend: typeof import('./../components/Graph/SelectorLegend.vue')['default']
SelectSingle: typeof import('./../components/SelectSingle.vue')['default'] SelectSingle: typeof import('./../components/SelectSingle.vue')['default']
Tags: typeof import('./../components/Tags.vue')['default'] Tags: typeof import('./../components/Tags.vue')['default']
TimePicker: typeof import('./../components/TimePicker.vue')['default'] TimePicker: typeof import('./../components/TimePicker.vue')['default']