Skip to content

Commit

Permalink
Fix deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneo committed Sep 16, 2018
1 parent dc95aab commit 1a87a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file modified deploy.sh 100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions src/App.vue
@@ -1,6 +1,8 @@
<template>
<div id="app" class="bg-teal-lightest">
<div class="md:w-1/2 center bg-teal-light min-h-screen overflow-scroll">
<h1 class="text-grey-darkest my-4">Vue Fuse Demo</h1>
<p class="text-grey-darkest px-12">Type in the input below to search using the VueFuse component, or use the button to call the $search method.</p>
<div class="flex flex-col pt-8">
<VueFuse
placeholder="Search Books of the Bible"
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
@@ -1,5 +1,5 @@
module.exports = {
baseUrl: process.env.NODE_ENV === 'production'
? '/vude-fuse/'
? '/vue-fuse/'
: '/'
}

0 comments on commit 1a87a15

Please sign in to comment.