summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheia2023-02-02 10:03:52 -0500
committertheia2023-02-02 10:03:52 -0500
commit88122d4e82cdb2a9796081512e11b43968befdcb (patch)
tree7b9007a70dde37b6dae93452df35d64a8d26c714
parentcc44599d1e96920da9dac478afd19d90cd54c4da (diff)
asdf
-rw-r--r--plugins/vue/demo/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/vue/demo/index.html b/plugins/vue/demo/index.html
index 45e1ad3..9b51f6d 100644
--- a/plugins/vue/demo/index.html
+++ b/plugins/vue/demo/index.html
@@ -8,10 +8,9 @@
<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.min.js",
- "graffiti-vue": "../plugin.js"
+ "graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"
}}</script>
<script type="module">
- //"graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"
import { createApp } from 'vue'
import { Name, SetMyName } from './components/name.js'
import Chat from './components/chat.js'