Add very basic server search and dynamic rendering functionality

This commit is contained in:
Dane Everitt
2018-05-26 23:17:02 -07:00
parent f337a89320
commit 6f2fcabf22
7 changed files with 169 additions and 46 deletions

View File

@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: 'account'
};
</script>
<style scoped>
</style>