Skip to content

Instantly share code, notes, and snippets.

View pkkid's full-sized avatar

Michael Shepanski pkkid

View GitHub Profile
@arafathusayn
arafathusayn / Emoji-on-Ubuntu.md
Last active April 15, 2024 08:44
Guide to enable system-wide Emoji support on Ubuntu 🤩

1. Install Fonts

sudo apt install fonts-noto-color-emoji

2. Add Font Configuration

  • Open ~/.config/fontconfig/conf.d/01-emoji.conf file in an editor.
  • Copy-paste the lines below:

Async calls

<template>
<!-- 
When isLoading is true, the <div> is in the DOM, the <p> is not.
When isLoading is false, Vue will remove the <div> and add the <p> to the DOM,
at which point <MyComponent> will be created and passed the fetched data.
-->