converting a javascript code to vue format

后端 未结 0 713
死守一世寂寞
死守一世寂寞 2020-12-12 14:47

how can I write this function code as a method in vue js ?

String.prototype.turkishtoEnglish = function () {
    return this.replace(\'Ğ\',\'g\')
        .rep         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题