Add vue config
parent
802c88b50a
commit
1406a23407
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="content-section layout-footer clearfix">
|
||||
<span>Released under the MIT License, Copyright © 2018 <a href="http://www.primetek.com.tr" target="_blank" rel="noopener noreferrer">PrimeTek</a></span>
|
||||
<span>PrimeVUE 1.0.0-beta.1</span>
|
||||
<div class="footer-links">
|
||||
<a href="https://github.com/primefaces/primevue"><i class=" icon-github fa fa-github-square"></i></a>
|
||||
<a href="https://twitter.com/primevue"><i class="icon-twitter fa fa-twitter-square"></i></a>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
publicPath: '/primevue'
|
||||
}
|
Loading…
Reference in New Issue