feat(menu): 为页面添加标题和布局配置支持
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
import { ref } from 'vue';
|
||||
import { NButton } from 'naive-ui';
|
||||
|
||||
definePage({
|
||||
meta: {
|
||||
title: '点击计数器',
|
||||
},
|
||||
});
|
||||
|
||||
// ========== 计数器模块 ==========
|
||||
const clickCount = ref(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user