Class fix for menubar
There was an extra single quote in the class name in the Menubar component. This caused the CSS for this component to break.pull/132/head
parent
9635257217
commit
08cf924ff5
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="p-menubar p-component'">
|
<div class="p-menubar p-component">
|
||||||
<MenubarSub :model="model" :root="true" />
|
<MenubarSub :model="model" :root="true" />
|
||||||
<div class="p-menubar-custom" v-if="$slots.default">
|
<div class="p-menubar-custom" v-if="$slots.default">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
|
Loading…
Reference in New Issue