mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
chore: trying to fix build
This commit is contained in:
parent
abe909e14d
commit
03157b0d01
6 changed files with 8 additions and 9 deletions
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
|
@ -1,8 +1,7 @@
|
|||
name: Test Release Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release-please--branches--master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import General from './Rss/General'
|
||||
import Feeds from './Rss/Feeds'
|
||||
import Rules from './Rss/Rules'
|
||||
import General from '../Rss/General.vue'
|
||||
import Feeds from '../Rss/Feeds.vue'
|
||||
import Rules from '../Rss/Rules.vue'
|
||||
import { FullScreenModal } from '@/mixins'
|
||||
|
||||
export default {
|
||||
name: 'VueTorrent',
|
||||
name: 'Rss',
|
||||
components: {
|
||||
General, Feeds, Rules
|
||||
},
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import General from './Vuetorrent/General'
|
||||
import Dashboard from './Vuetorrent/Dashboard'
|
||||
import General from '../VueTorrent/General.vue'
|
||||
import Dashboard from '../VueTorrent/Dashboard.vue'
|
||||
import { FullScreenModal } from '@/mixins'
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in a new issue