mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 08:15:37 +00:00
Change lint rules to AirBnB
This commit is contained in:
+4
-4
@@ -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