tq-img-preview
Advanced tools
Comparing version 0.0.0 to 0.0.1
import lgPreview from './vue-preview.vue' | ||
export default { | ||
install: function (Vue, options) { | ||
install: function (Vue, options) { | ||
const LOGIC_EVENT_BUS = new Vue({ | ||
@@ -6,0 +6,0 @@ data(){ |
{ | ||
"name": "tq-img-preview", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "a img preview directive", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -115,2 +115,23 @@ fork from https://github.com/xLogic92/vue-picture-preview | ||
``` | ||
```css | ||
<style> | ||
.title{ | ||
color: #666; | ||
font-size: 14px; | ||
line-height: 30px; | ||
} | ||
.img{ | ||
width: 100px; | ||
height: 100px; | ||
margin-right: 20px; | ||
} | ||
.span{ | ||
cursor: pointer; | ||
color: #2d8cf0; | ||
margin-right: 20px; | ||
} | ||
</style> | ||
``` | ||
## API | ||
@@ -117,0 +138,0 @@ |
Sorry, the diff of this file is not supported yet
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
19826
140