forked from jsnbuchanan/crowd-funder-for-time-pwa
add onboarding pages for the list and members, and refine the setup
This commit is contained in:
@@ -960,7 +960,7 @@ export default class HomeView extends Vue {
|
||||
option2Text: "We are nearby with cameras",
|
||||
option3Text: "We will share some other way",
|
||||
onOption1: () => {
|
||||
(this.$router as Router).push({ name: "onboarding-meeting" });
|
||||
(this.$router as Router).push({ name: "onboard-meeting-list" });
|
||||
},
|
||||
onOption2: () => {
|
||||
(this.$router as Router).push({ name: "contact-qr" });
|
||||
|
||||
Reference in New Issue
Block a user