Nuxt/examples/with-vuetify/layouts/default.vue
2017-03-15 13:01:52 +01:00

7 lines
143 B
Vue

<template>
<div>
<nuxt/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</div>
</template>