Skip to content

Commit

Permalink
docs: add new scheduling app
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 2, 2020
1 parent 1e66229 commit 7cf4695
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/docs/src/components/getting-started/Consulting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@
</v-col>

<v-col cols="12">
<v-responsive
class="calendly-inline-widget"
data-url="https://calendly.com/vuetify"
height="625"
min-width="320"
/>
<v-lazy>
<iframe
src="https://app.acuityscheduling.com/schedule.php?owner=19002891"
width="100%"
height="1000"
frameBorder="0"
/>
</v-lazy>
</v-col>
</v-row>
</template>
Expand All @@ -75,7 +77,7 @@
attachScript () {
const script = document.createElement('script')
script.type = 'text/javascript'
script.src = '//assets.calendly.com/assets/external/widget.js'
script.src = '//embed.acuityscheduling.com/js/embed.js'
this.$el.append(script)
},
Expand Down

0 comments on commit 7cf4695

Please sign in to comment.