add settings page (frontend currently broken!)
This commit is contained in:
18
frontend/src/views/SettingsView.vue
Normal file
18
frontend/src/views/SettingsView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="about">
|
||||
<h1>Settings</h1>
|
||||
<h3>Engines</h3>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import run_script from '@/background.js'
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
run() {
|
||||
run_script( 'ls' )
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user