mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 21:05:10 +00:00
Moved demo resources into assets
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-three-d-mockup",
|
"name": "vue-three-d-mockup",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
|
"description": "📱 A 3D phone mockup component to showcase your apps",
|
||||||
"author": "Anatoly Kopyl <akopyl@radner.ru>",
|
"author": "Anatoly Kopyl <akopyl@radner.ru>",
|
||||||
|
"keywords": ["vue", "mockup-generator", "threejs", "design", "mockup"],
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
/>
|
/>
|
||||||
<Mockup
|
<Mockup
|
||||||
class="mockup"
|
class="mockup"
|
||||||
screen="screen.png"
|
:screen="require('./assets/screen.png')"
|
||||||
:rotation="{
|
:rotation="{
|
||||||
x: -0.2,
|
x: -0.2,
|
||||||
y: -0.3,
|
y: -0.3,
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
Reference in New Issue
Block a user