fix: 修正组件类名并更新按钮文本以提高可读性
This commit is contained in:
@ -7,7 +7,7 @@ primevue.config.locale = zhCN['zh-CN'];
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="pppppppp">
|
<div class="primevue">
|
||||||
<InputText />
|
<InputText />
|
||||||
<Select
|
<Select
|
||||||
:options="[
|
:options="[
|
||||||
@ -24,6 +24,6 @@ primevue.config.locale = zhCN['zh-CN'];
|
|||||||
|
|
||||||
<DatePicker dateFormat="dd/mm/yy" />
|
<DatePicker dateFormat="dd/mm/yy" />
|
||||||
|
|
||||||
<Button>PButton</Button>
|
<Button>Button</Button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user