fix: play should use modified code
This commit is contained in:
parent
a82b8738f5
commit
99b00ff3ce
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user