アップデート済

このコミットが含まれているのは:
テクニカル諏訪子 2019-01-08 13:16:40 +09:00
コミット 99275e68fa
2個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -8,8 +8,9 @@
require('./bootstrap');
window.Vue = require('vue');
import bash from './components/cli.vue';
Vue.component('bash', require('./components/cli.vue'));
Vue.component('bash', bash);
/**
* Next, we will create a fresh Vue application instance and attach it to

ファイルの表示

@ -2,7 +2,7 @@
<div>
<span class="regText">
<span class="regBold">
{{ l.username }}@{{ l.hostname }}:<span class="pathText">{{ l.path }}</span>
{{ user }}@{{ host }}:<span class="pathText">{{ pwd }}</span>
</span>$
<span id="box">&#9646;</span>
<span v-for="(l, i) in line" :key="`l-${i}`">