Prepared for: Enlightened Kids Africa
Date: October 30, 2025
System Version: 2.0
Status: ✅ Production Ready
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| computed | |
| createApp | |
| defineAsyncComponent | |
| defineComponent | |
| h | |
| inject | |
| isRef | |
| markRaw | |
| nextTick | |
| onBeforeMount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * The Unzipper extracts .zip or .rar archives and .gz files on webservers. | |
| * It's handy if you do not have shell access. E.g. if you want to upload a lot | |
| * of files (php framework or image collection) as an archive to save time. | |
| * As of version 0.1.0 it also supports creating archives. | |
| * | |
| * @author Andreas Tasch, at[tec], attec.at | |
| * @license GNU GPL v3 | |
| * @package attec.toolbox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --FONT AWESOME CDN(Where you import packages from internt) | |
| <script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script> |
=============== SRS start ==============
