fix: use vue 3.4.31 and oruga 0.8.12 by default

i.e. for butterball theme

cf. https://github.com/oruga-ui/oruga/issues/974#issuecomment-2198573369
This commit is contained in:
Lance Edgar 2024-06-30 18:25:01 -05:00
parent 3f7de5872e
commit d6939e52b4

View file

@ -162,11 +162,10 @@ def get_libver(request, key, fallback=True, default_only=False):
return '5.3.1'
elif key == 'bb_vue':
# TODO: iiuc vue 3.4 does not work with oruga yet
return '3.3.11'
return '3.4.31'
elif key == 'bb_oruga':
return '0.8.9'
return '0.8.12'
elif key in ('bb_oruga_bulma', 'bb_oruga_bulma_css'):
return '0.3.0'