mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-05 19:15:54 +00:00
7 lines
143 B
Vue
7 lines
143 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<nuxt/>
|
||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||
|
</div>
|
||
|
</template>
|