Fixed eslint errors

pull/457/head
mertsincan 2020-08-27 13:25:50 +03:00
parent 1150e3329c
commit 4b2ef6abc6
2 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ export default {
this.repeat(event, null, -1);
}
},
onInput(val) {
onInput() {
if (this.isSpecialChar) {
this.$refs.input.$el.value = this.lastValue;
}

View File

@ -15,7 +15,7 @@
import 'primeflex/primeflex.css';
</CodeHighlight>
<p>PrimeFlex is a lightweight library still if you have an application such as one based on vue-cli
<p>PrimeFlex is a lightweight library still if you have an application such as one based on vue-cli
that is able to import scss then you will be able to pick the utilities you need to make the app bundle even smaller.</p>
<CodeHighlight lang="css">
import 'primeflex/src/_variables.scss';
@ -117,4 +117,4 @@ import 'primeflex/src/_elevation.css';
</div>
</template>
<script>
<script>