アップデート済
このコミットが含まれているのは:
コミット
99275e68fa
3
resources/assets/js/app.js
vendored
3
resources/assets/js/app.js
vendored
@ -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">▮</span>
|
||||
<span v-for="(l, i) in line" :key="`l-${i}`">
|
||||
|
新しいイシューから参照
ユーザーをブロックする