@vue-layout/link
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

@vue-layout/link 🔗

npm version CI

A package containing a link component.

Table of Contents

Installation

$ npm i --save @vue-layout/link

Usage

Register the plugin.

import install from '@vue-layout/gravatar';
import { createApp } from 'vue'

const app = createApp({})

app.use(install, {
  /* optional options */
})

After the component is registered, it can be used as follows.

<template>
    <VLLink
        :to="'/route'"
    />
</template>

License

Made with 💚

Published under MIT License.

Package Sidebar

Install

npm i @vue-layout/link@0.0.0

Version

0.0.0

License

none

Unpacked Size

34.5 kB

Total Files

14

Last publish

Collaborators

  • tada5hi