Add very basic server search and dynamic rendering functionality
This commit is contained in:
parent
f337a89320
commit
6f2fcabf22
7 changed files with 169 additions and 46 deletions
13
resources/assets/scripts/components/dashboard/Account.vue
Normal file
13
resources/assets/scripts/components/dashboard/Account.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'account'
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue