Bump default Buefy version to 0.8.2

had previously thought that 0.8.0 broke us somehow, but now 0.8.2 seems fine...
This commit is contained in:
Lance Edgar 2019-10-30 20:38:06 -05:00
parent 2e92f561d8
commit 8ff69e8eda

View file

@ -113,10 +113,9 @@
</%def>
<%def name="buefy()">
## Buefy (last known good @ 0.7.10)
## TODO: i guess Buefy 0.8.0 breaks us! in particular see the grid filters
## Buefy (last known good @ 0.8.2)
## ${h.javascript_link('https://unpkg.com/buefy/dist/buefy.min.js')}
${h.javascript_link('https://unpkg.com/buefy@0.7.10/dist/buefy.min.js')}
${h.javascript_link('https://unpkg.com/buefy@0.8.2/dist/buefy.min.js')}
</%def>
<%def name="fontawesome()">