File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 21
21
</div >
22
22
</template >
23
23
<script >
24
- import Cola from ' . /Cola'
25
- import Breadcrumb from ' . /Breadcrumb'
26
- import ErrorLog from ' . /ErrorLog'
24
+ import Cola from ' @/components/Base /Cola'
25
+ import Breadcrumb from ' @/components/Base /Breadcrumb'
26
+ import ErrorLog from ' @/components/Base /ErrorLog'
27
27
import Screenfull from ' ./Screenfull'
28
28
import LanguageSelect from ' ./LanguageSelect'
29
29
import ThemePicker from ' ./ThemePicker'
Original file line number Diff line number Diff line change 27
27
</div >
28
28
</template >
29
29
<script >
30
- import LanguageSelect from ' @/components /LanguageSelect'
30
+ import LanguageSelect from ' @/layout/NavBar /LanguageSelect'
31
31
export default {
32
32
name: ' login' ,
33
33
components: { LanguageSelect },
You can’t perform that action at this time.
0 commit comments