Vue Components
Using the @verida/vue-account Vue components
Usage
vue create myappyarn add @verida/vue-accountimport { createApp } from 'vue';
import App from './App.vue';
import Account from '@verida/vue-account';
const app = createApp(App);
app.use(Account);
app.mount('#app');
Using the vda-login component
vda-login componentUsing the vda-account component
vda-account componentLast updated
Was this helpful?