- tsconfig.json with files
- component LocationsMap to typescript - delete bounding box button - check unique email adresses of creators and contributors
This commit is contained in:
parent
9d056b0b9f
commit
2cdfbdb004
12 changed files with 360 additions and 297 deletions
8
resources/js/index.d.ts
vendored
Normal file
8
resources/js/index.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Vue from 'vue';
|
||||
import VueToast from 'vue-toast-notification';
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$toast: VueToast
|
||||
}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue