We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c676e2a commit 0ce36a0Copy full SHA for 0ce36a0
src/pages/Documentation/components/Header/DocHeader.vue
@@ -36,7 +36,7 @@
36
>Live Preview
37
</v-btn>
38
39
- <v-btn outlined class="mr-3" color="secondary">Buy</v-btn>
+ <v-btn outlined class="mr-3" color="secondary" href="https://flatlogic.com/templates/vue-material-template-full">Buy</v-btn>
40
41
</v-app-bar>
42
</template>
vue.config.js
@@ -2,5 +2,5 @@ module.exports = {
2
"transpileDependencies": [
3
"vuetify"
4
],
5
- publicPath: '/vue-material/'
+ publicPath: './'
6
}
0 commit comments