add eslint working conf
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Loader",
|
||||
data: function () {
|
||||
return {
|
||||
loading: false,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
setTimeout(() => this.loading = true, 250)
|
||||
export default {
|
||||
name: 'Loader',
|
||||
data: function () {
|
||||
return {
|
||||
loading: false,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
setTimeout(() => this.loading = true, 250)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user