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