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