Files
plugins_vue/src/pages/page1/saicComponents/test.vue
T
2023-08-21 17:23:35 +08:00

18 lines
214 B
Vue

<template></template>
<script>
export default {
methods: {
test() {
try {
this.ctx.callCommand(() => {
})
} catch(e) {}
}
},
};
</script>
<style scoped>
</style>