diff options
author | Anthony Wang | 2023-02-09 19:10:01 -0500 |
---|---|---|
committer | GitHub | 2023-02-09 19:10:01 -0500 |
commit | fb3c976380e704a1c129f141f0bdb7f5f4576611 (patch) | |
tree | 961ca925762b2953ad0b0d69374a0d5d2721915e /demo/index.html | |
parent | 53b54eb076246ffeb6c5c4e8b52a643696195333 (diff) | |
parent | 7413cb9d937986fd11936730d6773f1a270eba48 (diff) |
Merge branch 'graffiti-garden:main' into main
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index 1f05b25..d1b5991 100644 --- a/demo/index.html +++ b/demo/index.html @@ -11,7 +11,6 @@ "vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.45/vue.esm-browser.prod.min.js", "graffiti-vue": "../plugins/vue/plugin.js" }}</script> - <!--"graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"--> <script type="module"> import { createApp } from 'vue' import { Name, SetMyName } from './components/name.js' |