From 0af9a2684ced00d40c030eef4a9c5b8b8d3b0c11 Mon Sep 17 00:00:00 2001 From: Collin Henderson Date: Sun, 25 Mar 2018 16:42:15 -0400 Subject: [PATCH] Update example --- example/dist/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/dist/index.html b/example/dist/index.html index 1b53fa4..8e873f3 100644 --- a/example/dist/index.html +++ b/example/dist/index.html @@ -1 +1 @@ -vue-tribute
\ No newline at end of file +vue-tribute
\ No newline at end of file diff --git a/package.json b/package.json index 95ac3a8..ee0517a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "poi": { "entry": "example/index.js", "outDir": "example/dist", - "homepage": "/vue-tribute/" + "publicPath": "/vue-tribute/" }, "bili": { "format": ["cjs", "umd", "umd-min", "es"],