fix error, remove stuff, add stuff

This commit is contained in:
janis
2023-05-31 14:06:04 +02:00
parent bf4e85f6c1
commit 5099959082
6 changed files with 23 additions and 72 deletions

View File

@@ -6,12 +6,10 @@
</template>
<script>
import run_script from '@/background.js'
export default {
methods: {
run() {
run_script( 'ls' )
// run_script( 'ls' )
}
}
}