Created
October 12, 2017 15:11
-
-
Save uehatsu/59d015b36ef8751d6420aedd28ddae1f to your computer and use it in GitHub Desktop.
ChromeにVue.js devtoolsを導入する ref: http://qiita.com/uehatsu/items/cb41841d75f8c1a36a80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if( App::environment(['local', 'staging']) ) | |
Vue.config.devtools = true; | |
@endif | |
var vm = new Vue({ | |
(省略) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment