mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
export default {
|
|
methods: [
|
|
{
|
|
label: '刷新页面',
|
|
value: 'refresh',
|
|
},
|
|
],
|
|
};
|