Skip to content

petite vue as a widget? #87

Answered by niutech
ricky11 asked this question in Q&A
Sep 25, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Sure, you can make a widget with Petite Vue! Just let your cloud function respond with this HTML:

<script src="https://unpkg.com/petite-vue" defer init></script><div v-scope="{count: 0}">{{count}} <button @click="count++">increment</button></div>

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ricky11
Comment options

@niutech
Comment options

@jlovas
Comment options

@ricky11
Comment options

@niutech
Comment options

Answer selected by ricky11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants