summaryrefslogtreecommitdiff
path: root/plugins/vue/demo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vue/demo/index.html')
-rw-r--r--plugins/vue/demo/index.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/vue/demo/index.html b/plugins/vue/demo/index.html
index e0c841f..7a142c1 100644
--- a/plugins/vue/demo/index.html
+++ b/plugins/vue/demo/index.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<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",
+ "vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.45/vue.esm-browser.prod.min.js",
"graffiti-vue": "../plugin.js"
}}</script>
<script type="module">
@@ -27,6 +27,13 @@
<body id="app">
<!-------------------------------------------------------------->
+ <h1>
+ Connection Status
+ </h1>
+
+ <p>
+ Connected to the Graffiti server? {{ $graffitiConnected }}
+ </p>
<h1>
Logging In
@@ -38,6 +45,10 @@
</button>
</p>
+ <p>
+ My Graffiti ID is "{{ $graffitiMyID }}"
+ </p>
+
<br>
<h1>