skiab0x's avatar

Where to put the <div id="app"> when I use a 3rd party bootstrap template?

Hello guys. I am using a 3rd party template and in their code they don't use this div at all (https://themesbox.in/admin-templates/theta/documentation.html). Any ideas?

0 likes
2 replies
MichalOravec's avatar
Level 75

After body

<body>
    <div id="app">
        <!-- other content -->
    </div>
</body>
1 like
skiab0x's avatar

Thank you very much for the rapid answer!

Please or to participate in this conversation.