Skip to content

Instantly share code, notes, and snippets.

@whbjzzwjxq
whbjzzwjxq / index.html
Created September 18, 2019 19:15
Vuetify Example Pen
<div id="app">
<v-app id="inspire">
<div class="text-center">
<v-bottom-sheet v-model="sheet" persistent hide-overlay>
<template v-slot:activator="{ on }">
<v-btn
color="purple"
dark
v-on="on"
>
@whbjzzwjxq
whbjzzwjxq / index.html
Created January 17, 2020 18:28
Vuetify Example Pen
<div id="app">
<v-app id="inspire">
<div class="text-center">
<v-btn
color="blue"
dark
@click="sheet = !sheet"
>
Open v-model
</v-btn>