mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Change flash mixin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Vue from "vue";
|
||||
import {Store} from "vuex";
|
||||
import {FlashInterface} from "./mixins/flash";
|
||||
|
||||
declare module 'vue/types/options' {
|
||||
interface ComponentOptions<V extends Vue> {
|
||||
@@ -15,5 +16,6 @@ declare module 'vue/types/options' {
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$store: Store<any>,
|
||||
$flash: FlashInterface
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user