jinlin
2024-09-14 e5fe34356d67c3474a0181f9c922cb16b9260596
1
2
3
4
5
6
7
8
9
10
11
export default {
  name: 'ClosePath',
  buttons: [
    {
      title: 'Open path'
    },
    {
      title: 'Close path'
    }
  ]
};