Skip to content

Instantly share code, notes, and snippets.

@fernyettheplant
Created April 14, 2018 22:32
Show Gist options
  • Save fernyettheplant/33141557268a2cc76944717b0b43ad50 to your computer and use it in GitHub Desktop.
Save fernyettheplant/33141557268a2cc76944717b0b43ad50 to your computer and use it in GitHub Desktop.
<template>
<nuxt/>
</template>
<script>
export default {
head: {
link: [
/* External css for article page */
{ rel: 'stylesheet', href: `https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css` }
]
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment