Skip to content

Commit f71de39

Browse files
committed
chore: update deps
1 parent ade67b9 commit f71de39

File tree

2 files changed

+51
-67
lines changed

2 files changed

+51
-67
lines changed

demo/22-counter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<body>
2424
<div id="app"><div class="demo"><button @click="minus">-1</button><span class="count">{{ count }}</span><button @click="plus">+1</button></div></div>
2525
<script>
26+
console.log('MiniVue:', MiniVue)
2627
const { createApp, ref } = MiniVue
2728
const count = ref(0)
2829

demo/static/mini-vue.umd.js

Lines changed: 50 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)