Unverified Commit cfc3bbcd by Sendya

reactor: v2: ExceptionPage move to components/

parent c5cdf68a
import ExceptionPage from './ExceptionPage.vue'
export default ExceptionPage
...@@ -22,6 +22,7 @@ import STable from '@/components/Table' ...@@ -22,6 +22,7 @@ import STable from '@/components/Table'
import MultiTab from '@/components/MultiTab' import MultiTab from '@/components/MultiTab'
import Result from '@/components/Result' import Result from '@/components/Result'
import IconSelector from '@/components/IconSelector' import IconSelector from '@/components/IconSelector'
import ExceptionPage from '@/components/Exception'
export { export {
AvatarList, AvatarList,
...@@ -46,5 +47,6 @@ export { ...@@ -46,5 +47,6 @@ export {
STable, STable,
MultiTab, MultiTab,
Result, Result,
ExceptionPage,
IconSelector IconSelector
} }
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
</template> </template>
<script> <script>
import ExceptionPage from './ExceptionPage' import { ExceptionPage } from '@/components'
export default { export default {
components: { components: {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
</template> </template>
<script> <script>
import ExceptionPage from './ExceptionPage' import { ExceptionPage } from '@/components'
export default { export default {
components: { components: {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
</template> </template>
<script> <script>
import ExceptionPage from './ExceptionPage' import { ExceptionPage } from '@/components'
export default { export default {
components: { components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment