1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Nuxt/examples/app/plugins/app.vue

6 lines
123 B
Vue

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