mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 14:11:07 +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>
|