1.0.11 • Published 3 years ago
kpmg-copyright v1.0.11
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
Property | Description |
---|---|
lang | options of zh_CN ,en_US ,zh_TW |
slot | custom copyright information |