vue-ahn-table
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "vue-ahn-table", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "complex header of table for VueJs", | ||
@@ -5,0 +5,0 @@ "main": "Table.vue", |
@@ -8,2 +8,3 @@ vue-ahn-table | ||
--------------- | ||
### npm | ||
@@ -16,2 +17,11 @@ ``` sh | ||
--------------- | ||
```HTML | ||
<template> | ||
<div class="hello"> | ||
<a-table | ||
:propTableData="tableData" | ||
:propTitle="title"></a-table> | ||
</div> | ||
</template> | ||
``` | ||
@@ -77,12 +87,2 @@ ```javascript | ||
```HTML | ||
<template> | ||
<div class="hello"> | ||
<a-table | ||
:propTableData="tableData" | ||
:propTitle="title"></a-table> | ||
</div> | ||
</template> | ||
``` | ||
## Example | ||
@@ -92,5 +92,4 @@ --------------- | ||
## Contributions | ||
--------------- | ||
All contributions are welcome: use-cases, documentation, code, patches, bug reports, feature requests, etc. You do not need to be a programmer to speak up! |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6298
92