feat: 添加 PrimeVue 组件并更新样式,增强按钮交互体验
This commit is contained in:
8
src/components/primevue.vue
Normal file
8
src/components/primevue.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="pppppppp">
|
||||
<InputText />
|
||||
<button>button</button>
|
||||
<Button>Button</Button>
|
||||
<PButton>PButton</PButton>
|
||||
</div>
|
||||
</template>
|
@ -10,5 +10,5 @@ function increment() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<button @click="increment">ReactivityTransform: {{ count }}</button>
|
||||
<button class="green" @click="increment">ReactivityTransform: {{ count }}</button>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user