[+] Create SearchSettings vue

This commit is contained in:
Hykilpikonna
2020-04-19 19:52:01 -04:00
parent 012e2d5aea
commit d1cfc69b5c
2 changed files with 18 additions and 1 deletions
@@ -33,7 +33,6 @@
.header
{
.text
{
margin-top: 15px;
@@ -0,0 +1,18 @@
<template>
<div id="settings">
</div>
</template>
<script lang="ts">
import {Component, Vue} from 'vue-property-decorator'
@Component
export default class SearchSettings extends Vue
{
}
</script>
<style lang="scss" scoped>
</style>