mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Path fixes for showcase build
This commit is contained in:
parent
03224ff273
commit
c3dea62940
28 changed files with 241 additions and 223 deletions
|
@ -5,7 +5,7 @@ describe('DeferredContent', () => {
|
|||
it('should exist', async () => {
|
||||
const wrapper = mount(DeferredContent, {
|
||||
slots: {
|
||||
default: '<img src="demo/images/nature/nature4.jpg" alt="Nature"/>'
|
||||
default: '<img src="/demo/images/nature/nature4.jpg" alt="Nature"/>'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue