mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
export and use models.
This commit is contained in:
parent
45a1a39370
commit
bb5f6337ef
@ -43,6 +43,9 @@
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
export * as ApiModels from './api/models'
|
||||
export * as StateModels from './types/state'
|
||||
|
||||
import { Vue, Component, Ref, Watch, Prop } from 'vue-property-decorator'
|
||||
import ResizeObserver from 'resize-observer-polyfill'
|
||||
import EventEmitter from 'eventemitter3'
|
||||
|
Loading…
Reference in New Issue
Block a user