Nuxt/examples/app/plugins/app.vue

6 lines
123 B
Vue

<template>
<NuxtExampleLayout example="app/plugins">
<div>{{ $myPlugin() }}</div>
</NuxtExampleLayout>
</template>