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.
12 lines
262 B
12 lines
262 B
|
6 years ago
|
<template>
|
||
|
|
<div v-ripple class="tip-row">
|
||
|
6 years ago
|
点击触发波纹,详情请见<a href="https://quasar.dev/vue-directives/material-ripple" target="_blank">quasar</a>
|
||
|
6 years ago
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
6 years ago
|
export default {
|
||
|
|
name: "rippleExample"
|
||
|
|
}
|
||
|
6 years ago
|
</script>
|