Renamed to reflect archive lottery functionality.
This commit is contained in:
@@ -7,17 +7,14 @@
|
|||||||
<script>
|
<script>
|
||||||
import Tabs from "@/ui/Tabs";
|
import Tabs from "@/ui/Tabs";
|
||||||
import RegisterWinePage from "@/components/admin/RegisterWinePage";
|
import RegisterWinePage from "@/components/admin/RegisterWinePage";
|
||||||
import RegisterPage from "@/components/RegisterPage";
|
import archiveLotteryPage from "@/components/admin/archiveLotteryPage";
|
||||||
import VirtualLotteryRegistrationPage from "@/components/VirtualLotteryRegistrationPage";
|
import registerAttendeePage from "@/components/admin/registerAttendeePage";
|
||||||
import DrawWinnerPage from "@/components/admin/DrawWinnerPage";
|
import DrawWinnerPage from "@/components/admin/DrawWinnerPage";
|
||||||
import PushPage from "@/components/admin/PushPage";
|
import PushPage from "@/components/admin/PushPage";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Tabs,
|
Tabs
|
||||||
RegisterPage,
|
|
||||||
VirtualLotteryRegistrationPage,
|
|
||||||
DrawWinnerPage
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -30,7 +27,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Legg til deltakere",
|
name: "Legg til deltakere",
|
||||||
component: VirtualLotteryRegistrationPage,
|
component: registerAttendeePage,
|
||||||
slug: "attendees",
|
slug: "attendees",
|
||||||
counter: null
|
counter: null
|
||||||
},
|
},
|
||||||
@@ -42,7 +39,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Arkiver lotteri",
|
name: "Arkiver lotteri",
|
||||||
component: RegisterPage,
|
component: archiveLotteryPage,
|
||||||
slug: "reg",
|
slug: "reg",
|
||||||
counter: null
|
counter: null
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user