-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[general] Moving front-end interface from previous project (#251)
- Loading branch information
1 parent
49b1cce
commit a32e7a2
Showing
13 changed files
with
618 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { InjectionKey } from 'vue'; | ||
import { ITriggersModuleConfiguration, ITriggersModuleMeta } from '@/types'; | ||
import { ITriggersModuleConfiguration, ITriggersModuleMeta } from './types'; | ||
|
||
export const metaKey: InjectionKey<ITriggersModuleMeta> = Symbol('triggers-module_meta'); | ||
export const configurationKey: InjectionKey<ITriggersModuleConfiguration> = Symbol('triggers-module_configuration'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.