From 99b00ff3cedbc30ccfd43a1951f8af0e51d68748 Mon Sep 17 00:00:00 2001 From: Justineo Date: Fri, 28 Jan 2022 19:00:57 +0800 Subject: [PATCH] fix: play should use modified code --- components/OneLive.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {