You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<template>
|
|
<div v-ripple class="tip-row">
|
|
点击触发波纹,详情请见<a href="https://quasar.dev/vue-directives/material-ripple" target="_blank">quasar</a>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "rippleExample"
|
|
}
|
|
</script>
|
|
|