Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
dashboard
Commits
505b5a8e
Commit
505b5a8e
authored
1 year ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
chore: use new defineOptions macro
parent
e0509137
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/shows/TimeSlotList.vue
+5
-8
5 additions, 8 deletions
src/components/shows/TimeSlotList.vue
src/components/shows/TimeSlotRow.vue
+6
-9
6 additions, 9 deletions
src/components/shows/TimeSlotRow.vue
with
11 additions
and
17 deletions
src/components/shows/TimeSlotList.vue
+
5
−
8
View file @
505b5a8e
...
@@ -76,6 +76,11 @@ import Pagination from '@/components/generic/Pagination.vue'
...
@@ -76,6 +76,11 @@ import Pagination from '@/components/generic/Pagination.vue'
import
PaginationRange
from
'
@/components/generic/PaginationRange.vue
'
import
PaginationRange
from
'
@/components/generic/PaginationRange.vue
'
import
SectionTitle
from
'
@/components/generic/SectionTitle.vue
'
import
SectionTitle
from
'
@/components/generic/SectionTitle.vue
'
defineOptions
({
compatConfig
:
{
MODE
:
3
},
ATTR_FALSE_VALUE
:
false
,
})
const
{
t
}
=
useI18n
()
const
{
t
}
=
useI18n
()
const
store
=
useStore
()
const
store
=
useStore
()
const
page
=
ref
(
1
)
const
page
=
ref
(
1
)
...
@@ -94,11 +99,3 @@ watchEffect(() => {
...
@@ -94,11 +99,3 @@ watchEffect(() => {
}
}
})
})
</
script
>
</
script
>
<
script
lang=
"ts"
>
export
default
{
compatConfig
:
{
MODE
:
3
,
},
}
</
script
>
This diff is collapsed.
Click to expand it.
src/components/shows/TimeSlotRow.vue
+
6
−
9
View file @
505b5a8e
...
@@ -88,6 +88,12 @@ import { prettyDuration, usePretty } from '@/mixins/prettyDate'
...
@@ -88,6 +88,12 @@ import { prettyDuration, usePretty } from '@/mixins/prettyDate'
import
NoteEditorModal
from
'
./NoteEditorModal.vue
'
import
NoteEditorModal
from
'
./NoteEditorModal.vue
'
import
PlaylistModal
from
'
./PlaylistSelector.vue
'
import
PlaylistModal
from
'
./PlaylistSelector.vue
'
defineOptions
({
compatConfig
:
{
MODE
:
3
},
inheritAttrs
:
false
,
ATTR_FALSE_VALUE
:
false
,
})
const
props
=
defineProps
<
{
const
props
=
defineProps
<
{
timeslot
:
TimeSlot
timeslot
:
TimeSlot
}
>
()
}
>
()
...
@@ -129,12 +135,3 @@ function editPlaylist() {
...
@@ -129,12 +135,3 @@ function editPlaylist() {
playlistModal
.
value
.
open
(
props
.
timeslot
.
scheduleId
,
props
.
timeslot
.
id
)
playlistModal
.
value
.
open
(
props
.
timeslot
.
scheduleId
,
props
.
timeslot
.
id
)
}
}
</
script
>
</
script
>
<
script
lang=
"ts"
>
export
default
{
inheritAttrs
:
false
,
compatConfig
:
{
MODE
:
3
,
},
}
</
script
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment