11-28-2019, 02:06 PM
(11-28-2019, 12:21 AM)Celton McGrath Wrote: Hi Listy,Yeah, i have installed custom js, but some things like:
The migration of TACTIC to Bootstrap Material Design is going to be a gradual process. We are starting with the main page layout and navigation, and will move onto core widgets after. I hope I can share a screenshot or two in the coming days/weeks!
Including custom java script libraries if usually best done with the ProjectSetting key js_libraries or Config key <install><include_js>, both of which can be comma separated lists to files.
Hope this helps!
Celton
Code:
<el-button @click="visible = true">Button</el-button>
<el-dialog :visible.sync="visible" title="Hello world">
<p>Try Element</p>
</el-dialog>
We all be waiting for screenshots with our fingers crossed