clean up
This commit is contained in:
		
							parent
							
								
									8e7744a695
								
							
						
					
					
						commit
						601bc3e3cc
					
				
					 17 changed files with 7 additions and 161 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,6 @@
 | 
			
		|||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
import { defineComponent } from 'vue';
 | 
			
		||||
import Progress from '@/scripts/loading';
 | 
			
		||||
import XColumn from './column.vue';
 | 
			
		||||
import XNotes from '@/components/notes.vue';
 | 
			
		||||
import * as os from '@/os';
 | 
			
		||||
| 
						 | 
				
			
			@ -41,15 +40,5 @@ export default defineComponent({
 | 
			
		|||
			},
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	methods: {
 | 
			
		||||
		before() {
 | 
			
		||||
			Progress.start();
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		after() {
 | 
			
		||||
			Progress.done();
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,6 @@
 | 
			
		|||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
import { defineComponent } from 'vue';
 | 
			
		||||
import Progress from '@/scripts/loading';
 | 
			
		||||
import XColumn from './column.vue';
 | 
			
		||||
import XNotes from '@/components/notes.vue';
 | 
			
		||||
import * as os from '@/os';
 | 
			
		||||
| 
						 | 
				
			
			@ -38,15 +37,5 @@ export default defineComponent({
 | 
			
		|||
			},
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	methods: {
 | 
			
		||||
		before() {
 | 
			
		||||
			Progress.start();
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		after() {
 | 
			
		||||
			Progress.done();
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue