Browse Source

fix: typo

pull/3993/head
vben 2 years ago
parent
commit
67a714c75b
  1. 2
      apps/web-ele/src/views/demos/element/index.vue

2
apps/web-ele/src/views/demos/element/index.vue

@ -37,7 +37,7 @@ function notify(type: NotificationType) {
<template>
<div class="p-5">
<div class="card-box p-5">
<h1 class="text-xl font-semibold">naive组件使用演示</h1>
<h1 class="text-xl font-semibold">Element Plus组件使用演示</h1>
<div class="text-foreground/80 mt-2">支持多语言主题功能集成切换等</div>
</div>

Loading…
Cancel
Save