Files
vue-ts-example-2025/src/pages/index.page.vue
严浩 166d76d980
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m18s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m24s
feat(router): 支持通过 activeMenuName 指定菜单高亮路径
2025-11-03 15:54:11 +08:00

8 lines
159 B
Vue

<script setup lang="ts"></script>
<template>
<div>
<n-button @click="$router.push({ name: 'DemosCreate' })">DemosCreate</n-button>
</div>
</template>