Skip to content
Snippets Groups Projects
Commit f5e9886c authored by syuilo's avatar syuilo
Browse files

Update MkInput.vue

parent 1631e627
No related branches found
No related tags found
No related merge requests found
<template>
<div>
<div :class="$style.label" @click="focus"><slot name="label"></slot></div>
<div :class="$style.input" :class="{ inline, disabled, focused }">
<div :class="[$style.input, { inline, disabled, focused }]">
<div ref="prefixEl" :class="$style.prefix"><div :class="$style.prefixOrSuffixText"><slot name="prefix"></slot></div></div>
<input
ref="inputEl"
......
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