diff --git a/components/OneLive.vue b/components/OneLive.vue index a362092..a4387ba 100644 --- a/components/OneLive.vue +++ b/components/OneLive.vue @@ -262,7 +262,7 @@ export default { methods: { play (vendor) { let locale = getLocale(this.$route.path) - play(this.code, { locale, vendor }) + play(this.localCode, { locale, vendor }) }, async copy () { try {