Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<template></template>
|
||||
<script>
|
||||
export default {
|
||||
methods: {
|
||||
test() {
|
||||
try {
|
||||
this.ctx.callCommand(() => {
|
||||
|
||||
})
|
||||
} catch(e) {}
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user