materialdesignicons, colors, more layout

This commit is contained in:
2019-07-23 23:55:25 +02:00
parent 5985796166
commit 67515882c3
44 changed files with 30945 additions and 46 deletions
+15
View File
@@ -0,0 +1,15 @@
<template>
<div id="search">
Search
</div>
</template>
<script>
export default {
name: 'Search',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>