Skip to content

Commit 48f9774

Browse files
author
Dominik Decker
committed
Moved example app to own directory
1 parent 44deb22 commit 48f9774

File tree

6 files changed

+238
-238
lines changed

6 files changed

+238
-238
lines changed

docs/app.js

Lines changed: 236 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/docs.js renamed to example/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "material-design-icons-iconfont/dist/material-design-icons.css";
77

88
import App from "./App.vue";
99

10-
import { OverlayHost, OverlayHostPlugin } from "./lib";
10+
import { OverlayHost, OverlayHostPlugin } from "../src/lib";
1111
import Example from "./components/Example";
1212
import Toast from "./components/Toast";
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"serve": "vue-cli-service serve",
88
"build": "vue-cli-service build --target lib ./src/lib.js",
9-
"build:docs": "vue-cli-service build --target app --mode docs --dest ./docs ./src/docs.js",
9+
"build:docs": "vue-cli-service build --target app --mode docs --dest ./docs ./example/main.js",
1010
"lint": "vue-cli-service lint"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)