Skip to content

Instantly share code, notes, and snippets.

@AlexanderHentzsch
Created April 22, 2021 13:50
Show Gist options
  • Save AlexanderHentzsch/b27820b06e315b69612c840e50f447dc to your computer and use it in GitHub Desktop.
Save AlexanderHentzsch/b27820b06e315b69612c840e50f447dc to your computer and use it in GitHub Desktop.
<i18n lang=yaml>
de:
keyname: Value
en:
keyname: Value
</i18n>
<template>
<div>
#[[$END$]]#
</div>
</template>
<script>
export default {
name: "${COMPONENT_NAME}"
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment