feat: menu routing support opens in a new window (#4715)
This commit is contained in:
11
playground/src/views/demos/features/new-window/index.vue
Normal file
11
playground/src/views/demos/features/new-window/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/common-ui';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback
|
||||
description="当前页面已在新窗口内打开"
|
||||
status="coming-soon"
|
||||
title="新窗口打开页面"
|
||||
/>
|
||||
</template>
|
Reference in New Issue
Block a user