Improving heat management after macbookpro 2011 discrete GPU fix, also a script to automate part of the fix process
Taken from StackExchange
Thanks to LangLangC
Taken from StackExchange
Thanks to LangLangC
0x8545: Original 84 -> 850x08FF19: Original 75 -> EB0x1932C7: Original 75 -> 74 (remove UNREGISTERED in title bar, so no need to use a license)| import { defineAsyncComponent } from 'vue' | |
| const Content = defineAsyncComponent(() => import('./component-content.js')) | |
| export default { | |
| name: 'App', | |
| components: { Content }, | |
| template: /*html*/` | |
| <Content /> | |
| ` |