Create prototype for title casing
This commit is contained in:
parent
f75a897648
commit
168961e779
2 changed files with 13 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
// Import Misc JS things
|
||||
import "./js/prototypes.js";
|
||||
|
||||
// Import components
|
||||
import LoginCard from './components/LoginView.vue';
|
||||
import MainView from './components/MainView.vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue