LoginSignup
4
2

More than 5 years have passed since last update.

フォームにダミーデータをいっぺんに入れる(Vue.js)

Posted at

Vue.jsでフォームがいっぱいある画面を作った時。
「ダミーデータをいちいち手入力するのめんどくさい」ので、いっぺんに入れれる debug() を作った。

debug() をつくる

methodsに。

Screen Shot 2017-07-26 at 11.27.12.png

実行

GoogleのVue.js拡張機能を使う。

まずは対象のカスタムタグを選択

Screen Shot 2017-07-26 at 11.28.45.png

consoleから $vm0.debug() で実行。
これでフォームにデータが入る。

Screen Shot 2017-07-26 at 11.30.22.png

ちなみに $vm0.data とかとすればデータもアクセスできる。

Screen Shot 2017-07-26 at 11.31.05.png

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2