Change lint rules to AirBnB
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
</template>
|
||||
<script>
|
||||
|
||||
import Footer from '@/components/Footer.vue'
|
||||
import Footer from '@/components/Footer.vue';
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
components: {
|
||||
Footer
|
||||
}
|
||||
}
|
||||
Footer,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user