Commit 11a96be5 by mynuolr

Delete Workplace

parent e7b8a143
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<script> <script>
export default { export default {
name: 'dashboard' name: 'Dashboard'
} }
</script> </script>
<style scoped> <style scoped>
</style> </style>
\ No newline at end of file
<template>
<page-layout :avatar="avatar">
work
</page-layout>
</template>
<script>
import PageLayout from '@/components/page/PageLayout'
export default {
name: 'Workplace',
components: {
PageLayout
}
}
</script>
<style lang="less" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment