質問編集履歴
1
不要な項目を削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
|
7
7
|
```
|
8
8
|
import Vue from 'vue';
|
9
|
-
import '~user/scripts/vueApp';
|
10
9
|
import store from '../xxx/store';
|
11
10
|
import i18n from '../xxx/i18n';
|
12
11
|
import TestTarget from '../TestTarget.vue'; // Test対象の$d,$t$nを使っているコンポーネント
|