1.0.2 • Published 3 years ago
wen-plugin_practice v1.0.2
plugin_practice
install
npm i wen-plugin_practice
install plugin
// main.js
import App from './App.vue';
import HelloButton from 'wen-plugin_practice';
const app = createApp(App);
app.use(HelloButton);
Usage anywhere
<template>
<!-- something else -->
<hello-button />
</template>