fix: play should use modified code
This commit is contained in:
@@ -262,7 +262,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
play (vendor) {
|
play (vendor) {
|
||||||
let locale = getLocale(this.$route.path)
|
let locale = getLocale(this.$route.path)
|
||||||
play(this.code, { locale, vendor })
|
play(this.localCode, { locale, vendor })
|
||||||
},
|
},
|
||||||
async copy () {
|
async copy () {
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user