|
@@ -3,7 +3,7 @@ import { reactive, toRefs } from 'vue'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
|
|
|
import { defineComponent } from 'vue'
|
|
|
-
|
|
|
+import { ArrowLeft } from '@element-plus/icons-vue'
|
|
|
defineComponent({
|
|
|
name: 'Page401'
|
|
|
})
|
|
@@ -26,7 +26,7 @@ function back() {
|
|
|
|
|
|
<template>
|
|
|
<div class="errPage-container">
|
|
|
- <el-button icon="el-icon-arrow-left" class="pan-back-btn" @click="back"> 返回 </el-button>
|
|
|
+ <el-button :icon="ArrowLeft" class="pan-back-btn" @click="back"> 返回 </el-button>
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
<h1 class="text-jumbo text-ginormous">Oops!</h1>
|