fix(client): fix plugin activate and uninstall (#7991)
* fix(client): fix plugin activate and uninstall * Fix(client): fix package activates
This commit is contained in:
		
							parent
							
								
									25fde3b5eb
								
							
						
					
					
						commit
						9d67857a34
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
	<FormGroup v-for="plugin in plugins" :key="plugin.id">
 | 
						<FormGroup v-for="plugin in plugins" :key="plugin.id">
 | 
				
			||||||
		<template #label><span style="display: flex;"><b>{{ plugin.name }}</b><span style="margin-left: auto;">v{{ plugin.version }}</span></span></template>
 | 
							<template #label><span style="display: flex;"><b>{{ plugin.name }}</b><span style="margin-left: auto;">v{{ plugin.version }}</span></span></template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<FormSwitch :value="plugin.active" @update:modelValue="changeActive(plugin, $event)">{{ $ts.makeActive }}</FormSwitch>
 | 
							<FormSwitch :modelValue="plugin.active" @update:modelValue="changeActive(plugin, $event)">{{ $ts.makeActive }}</FormSwitch>
 | 
				
			||||||
		<div class="_debobigegoItem">
 | 
							<div class="_debobigegoItem">
 | 
				
			||||||
			<div class="_debobigegoPanel" style="padding: 16px;">
 | 
								<div class="_debobigegoPanel" style="padding: 16px;">
 | 
				
			||||||
				<div class="_keyValue">
 | 
									<div class="_keyValue">
 | 
				
			||||||
| 
						 | 
					@ -41,6 +41,7 @@ import FormGroup from '@/components/debobigego/group.vue';
 | 
				
			||||||
import * as os from '@/os';
 | 
					import * as os from '@/os';
 | 
				
			||||||
import { ColdDeviceStorage } from '@/store';
 | 
					import { ColdDeviceStorage } from '@/store';
 | 
				
			||||||
import * as symbols from '@/symbols';
 | 
					import * as symbols from '@/symbols';
 | 
				
			||||||
 | 
					import { unisonReload } from '@/scripts/unison-reload';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default defineComponent({
 | 
					export default defineComponent({
 | 
				
			||||||
	components: {
 | 
						components: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue