1.0.11 • Published 3 years ago

kpmg-copyright v1.0.11

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

kpmg-copyright

Desc

this is the copyright information for KPMG, refer the the latest info here: https://intra.aspac.kpmg.com/sites/CN/QRM/_layouts/15/WopiFrame.aspx?sourcedoc=/sites/CN/QRM/Other%20documents/Copyright%20statements%20disclaimers%20and%20boilerplates.docx&action=default

Usage

Install

npm install kpmg-copyright --save

ES6

<template>
  // <Copyright lang="zh_CN" />
   <Copyright lang="zh_CN" >
  
    this is copyright information
  </Copyright>
</template>

<script>
import Copyright from "kpmg-copyright";
export default {
  data() {
    return {};
  },
  mounted() {},
  methods: {},
  components: {
    Copyright,
  },
};
</script>

Props

PropertyDescription
langoptions of zh_CN ,en_US ,zh_TW
slotcustom copyright information

Contribution

License

MIT

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago