mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 15:33:14 +08:00
refactor: adjust all sample pages and use page components (#4118)
This commit is contained in:
@@ -27,10 +27,10 @@ const data = [
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page title="NDataTable">
|
||||
<template #header>
|
||||
表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。
|
||||
</template>
|
||||
<Page
|
||||
description="表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。"
|
||||
title="NDataTable"
|
||||
>
|
||||
<NDataTable :columns="columns" :data="data" />
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user