Nuxt/examples/with-plugins/app.vue

6 lines
134 B
Vue

<template>
<NuxtExampleLayout example="with-plugins" show-tips>
<div>{{ $myPlugin() }}</div>
</NuxtExampleLayout>
</template>