mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 07:06:45 +03:00
11 lines
151 B
Vue
11 lines
151 B
Vue
<template>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Nuxt Fixture</title>
|
|
</head>
|
|
<body>
|
|
<NuxtPage />
|
|
</body>
|
|
</html>
|
|
</template>
|