How to get console inside jsfiddle

后端 未结 9 894
情深已故
情深已故 2020-12-04 09:37

How can I get the console to show in a fiddle on JSfiddle.com?

I recently saw a fiddle that had the console embedded in the fiddle, anyone know how this can be done?

9条回答
  •  时光取名叫无心
    2020-12-04 09:58

    None of the above solutions worked for me, since I needed an interactive console to be able to dynamically set a variable when testing reactivity in Vue.js.

    So I switched to Codepen, which has a an interactive console scoped to your application.

提交回复
热议问题