WIP UI work.
This commit is contained in:
parent
62eaf2ec2a
commit
7f93ca90da
5
web/src/views/NavBar.vue
Normal file
5
web/src/views/NavBar.vue
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<script lang="ts" src="./nav-bar.ts"></script>
|
||||
<style lang="scss" src="./nav-bar.scss"></style>
|
0
web/src/views/nav-bar.scss
Normal file
0
web/src/views/nav-bar.scss
Normal file
6
web/src/views/nav-bar.ts
Normal file
6
web/src/views/nav-bar.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
@Component({
|
||||
components: {
|
||||
}
|
||||
})
|
||||
export default class NavBar extends Vue {}
|
Loading…
x
Reference in New Issue
Block a user