diff options
author | Anthony Wang | 2023-02-15 21:24:46 +0000 |
---|---|---|
committer | Anthony Wang | 2023-02-15 21:24:46 +0000 |
commit | e9b6429524e3ee83ea34ccd115d5ad8737dd864b (patch) | |
tree | 67fe7dd588b066cc681681cd734a8c9075db0e1e | |
parent | 091ff04c2420c8549ff581399212b4e3346864ee (diff) |
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ <script async src="https://ga.jspm.io/npm:es-module-shims@1.6.2/dist/es-module-shims.js"></script> <script type="importmap">{ "imports": { "vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.45/vue.esm-browser.prod.min.js", - "graffiti-vue": "../plugins/vue/plugin.js" + "graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js" }}</script> <script type="module"> import { createApp } from 'vue' |