diff --git a/components/common/History.vue b/components/common/History.vue new file mode 100644 index 0000000..03143bd --- /dev/null +++ b/components/common/History.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/components/common/SettingsChange.vue b/components/common/SettingsChange.vue new file mode 100644 index 0000000..5073700 --- /dev/null +++ b/components/common/SettingsChange.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/components/tab/list.vue b/components/tab/list.vue index 6cf78a9..3c411f4 100644 --- a/components/tab/list.vue +++ b/components/tab/list.vue @@ -5,6 +5,7 @@ const emit = defineEmits(['action']) const handleActionFromDnsList = (urlParam:string) => { emit('action', urlParam) } +const {t} = useI18n()