()
| 851 | const mt_Vue = new Vue({ |
| 852 | el: '#mt_seting_box', |
| 853 | data() { |
| 854 | return { |
| 855 | rule: GM_getValue('key'), |
| 856 | edit: this.addEdit(GM_getValue('key')), |
| 857 | showSeting: false, |
| 858 | config_add: false |
| 859 | } |
| 860 | }, |
| 861 | |
| 862 | watch: { |
| 863 | showSeting(n) { |
no test coverage detected