2cdfbdb004
- component LocationsMap to typescript - delete bounding box button - check unique email adresses of creators and contributors
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
import Vue from 'vue';
|
|
import VueToast from 'vue-toast-notification';
|
|
|
|
declare module 'vue/types/vue' {
|
|
interface Vue {
|
|
$toast: VueToast
|
|
}
|
|
} |