mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:11:52 +00:00
refactor: Put all vue files together in src/views
This commit is contained in:
parent
bc93be0fd8
commit
7fabde0359
9 changed files with 7 additions and 7 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
<script>
|
||||
|
||||
import welcomeScreen from '/views/welcome'
|
||||
import captureScreen from '/views/capture'
|
||||
import downloadScreen from '/views/download'
|
||||
import welcomeScreen from '/views/screens/welcome'
|
||||
import captureScreen from '/views/screens/capture'
|
||||
import downloadScreen from '/views/screens/download'
|
||||
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
import iconSwitch from '/icons/ico-switch'
|
||||
import iconSwitch from '/views/icons/ico-switch'
|
||||
|
||||
export default {
|
||||
name: 'captureOptions',
|
|
@ -16,9 +16,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import captureOptions from '/components/capture-options'
|
||||
import captureProgress from '/components/capture-progress'
|
||||
import encodingOverlay from '/components/encoding'
|
||||
import captureOptions from '/views/components/capture-options'
|
||||
import captureProgress from '/views/components/capture-progress'
|
||||
import encodingOverlay from '/views/components/encoding'
|
||||
|
||||
import { mapState } from 'vuex'
|
||||
|
Loading…
Reference in a new issue