Remove wrong ID from template tag.
This commit is contained in:
parent
1f8a1870ec
commit
b26ed02eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<template id="pop-modal">
|
<template>
|
||||||
<transition name="fade" @after-enter="content = true">
|
<transition name="fade" @after-enter="content = true">
|
||||||
<div
|
<div
|
||||||
v-if="container"
|
v-if="container"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue