feat: 添加无Layout的空白页面示例

This commit is contained in:
xiaoxian521
2022-08-17 19:39:54 +08:00
parent 8314df9faf
commit e0c8781bcc
8 changed files with 397 additions and 413 deletions

View File

@@ -93,5 +93,10 @@ function onCloseTags() {
<br />
开启方式在页面最右上角有个设置的小图标点进去会看到项目配置面板找到标签页持久化开启即可
</p>
<el-divider />
<el-button @click="$router.push({ name: 'Empty' })">
跳转无Layout的空白页面
</el-button>
</el-card>
</template>