mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
03d33dfdef
* chore(examples): add `plugins` example * Update examples/with-plugins/plugins/my-plugin.ts Co-authored-by: Daniel Roe <daniel@roe.dev> * chore(examples): remove unused variable * fix: updates post-review * Update examples/with-plugins/plugins/my-plugin.ts Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: pooya parsa <pyapar@gmail.com>
6 lines
134 B
Vue
6 lines
134 B
Vue
<template>
|
|
<NuxtExampleLayout example="with-plugins" show-tips>
|
|
<div>{{ $myPlugin() }}</div>
|
|
</NuxtExampleLayout>
|
|
</template>
|