summaryrefslogtreecommitdiff
path: root/plugins/vue/demo/components/name.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vue/demo/components/name.js')
-rw-r--r--plugins/vue/demo/components/name.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vue/demo/components/name.js b/plugins/vue/demo/components/name.js
index 7189349..ea44f95 100644
--- a/plugins/vue/demo/components/name.js
+++ b/plugins/vue/demo/components/name.js
@@ -39,7 +39,7 @@ export const SetMyName = {
this.$graffitiUpdate({
name: this.name,
timestamp: Date.now(),
- of: this.$graffitiID.value,
+ of: this.$graffitiMyID,
_tags: this.tags
})
this.name = ''