Skip to content

Commit 31d34a7

Browse files
committed
fixed vue3 example
1 parent b0440be commit 31d34a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/vue3js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
2929
<section class="grid-stack"></section>
3030
</main>
3131
<script type="module">
32-
import { createApp } from "https://cdn.jsdelivr.net/npm/vue@3.0.0/dist/vue.esm-browser.js";
33-
import { ref, onMounted } from "vue";
32+
import { createApp, ref, onMounted } from "https://cdn.jsdelivr.net/npm/vue@3.0.11/dist/vue.esm-browser.js";
3433

3534
createApp({
3635
setup() {

0 commit comments

Comments
 (0)