Slight visual tweak
This commit is contained in:
parent
e82a083c86
commit
b60f33b454
1 changed files with 29 additions and 25 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<LayoutMinimal title="Credits" >
|
||||
<BaseSection>
|
||||
<BaseTitle>
|
||||
vue-timers
|
||||
</BaseTitle>
|
||||
|
@ -24,6 +25,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|||
<br/>
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
</p>
|
||||
</BaseSection>
|
||||
</LayoutMinimal>
|
||||
</template>
|
||||
|
||||
|
@ -31,12 +33,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
// @ is an alias to /src
|
||||
import LayoutMinimal from "@/components/layout/LayoutMinimal";
|
||||
import BaseTitle from "@/components/base/BaseTitle";
|
||||
import BaseSection from "@/components/base/BaseSection";
|
||||
|
||||
export default {
|
||||
name: "Credits",
|
||||
components: {
|
||||
LayoutMinimal,
|
||||
BaseTitle
|
||||
BaseTitle,
|
||||
BaseSection
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue