File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4949 <script type =" importmap" >
5050 {
5151 " imports" : {
52- " vue" : " ./lib/ vue/dist/vue.esm-browser.js" ,
52+ " vue" : " https://unpkg.com/ vue@3 /dist/vue.esm-browser.js" ,
5353 " vue-window-size" : " ./lib/vue-window-size/composition-api/dist/index.js"
5454 }
5555 }
5959 <script type =" importmap" >
6060 {
6161 " imports" : {
62- " vue" : " ./lib/ vue/dist/vue.esm-browser.prod .js" ,
62+ " vue" : " https://unpkg.com/ vue@3 /dist/vue.esm-browser.js" ,
6363 " vue-window-size" : " ./lib/vue-window-size/composition-api/dist/index.js"
6464 }
6565 }
Original file line number Diff line number Diff line change 1- import {
2- createApp ,
3- ref ,
4- reactive ,
5- onMounted ,
6- markRaw ,
7- watch ,
8- computed ,
9- } from "vue" ;
1+ // import {
2+ // createApp,
3+ // ref,
4+ // reactive,
5+ // onMounted,
6+ // markRaw,
7+ // watch,
8+ // computed,
9+ // } from "vue";
1010import { useWindowSize } from "vue-window-size" ;
1111
1212/**
You can’t perform that action at this time.
0 commit comments