@baloise/web-app-pipes-vue
TypeScript icon, indicating that this package has built-in type declarations

3.11.4 • Public • Published

@baloise/web-app-pipes-vue

Continuous Release npm npm bundle size npm GitHub GitHub issues

Installation

npm install @baloise/web-app-pipes-vue

Usage

In Vue 3 just import the pipe function and use it in computed functions or return it to the template. Vue 3 has removed pipes/filters Link.

<template>
  <p>{{ formatedClaimNumber }}</p>
</template>

<script lang="ts">
import { computed, defineComponent, ref } from 'vue'
import { balClaimNumber } from '@baloise/web-app-pipes-vue'

export default defineComponent({
  setup() {
    const claimNumber = ref('73001217169')

    const formatedClaimNumber = computed(() => balClaimNumber(claimNumber.value))

    return {
      formatedClaimNumber,
    }
  },
})
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @baloise/web-app-pipes-vue

Weekly Downloads

1

Version

3.11.4

License

Apache-2.0

Unpacked Size

26.3 kB

Total Files

11

Last publish

Collaborators

  • assistentenitch
  • madalina.iacob
  • yannickholzenkamp
  • montakasparsone
  • team_mortal
  • mladenplaninicic
  • nobilo
  • thomasseyssenstpo
  • se-aperto-com
  • baopso
  • hirsch88