3.0.0-alpha.0 • Published 2 years ago

@upfos/loading v3.0.0-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@upfos/loading

Install

npm i @upfos/loading
# or
yarn add @upfos/loading

Usage

<template>
 <u-loading/>
</template>

<script lang="ts">
import { defineComponent, toRefs } from 'vue'
import ULoading from '@upfos/loading'

export default defineComponent({
  components: { ULoading },
  setup() {}
})
</script>

Docs