Skip to content
Snippets Groups Projects
Commit cae1c1dc authored by Julian's avatar Julian Committed by Hangzhi Yu
Browse files

Supply event in click event passthrough

parent 0e9620ee
No related branches found
No related tags found
1 merge request!1208Resolve "Data management for the Models `Room` and `SchoolTerm`"
<template>
<v-btn v-bind="{ ...$props, ...$attrs }" @click="$emit('click')">
<v-btn v-bind="{ ...$props, ...$attrs }" @click="$emit('click', $event)">
<slot>
<v-icon v-if="iconText" v-text="iconText" left/>
<span v-t="i18nKey"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment