This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cardiffbjj.co.uk/assets/js/app.js

9 lines
127 B
JavaScript
Raw Normal View History

2018-07-23 12:06:10 +01:00
import Vue from 'vue'
import MobileNav from './components/MobileNav'
new Vue({
2018-09-04 21:58:40 +01:00
el: '#app',
2018-07-23 12:06:10 +01:00
components: { MobileNav },
})